I've written a compiler that produces JVM bytecode for a custom language. The compiler emits line numbers and SMAP debug information as per JSR-45. When I use the generated class files inside Eclipse, I'm able to step into the source code and Eclipse displays it correctly. However, I'm unable to set breakpoints in it.I've written a compiler that produces JVM bytec