Just a page on which to capture miscellaneous notes relating to Java.
JVM 1.6.0_14, _15 bug causes breakpoints to fail
In Eclipse, running one of the recent JVMs causes breakpoints to stop working soon after an app is started in the debugger (though some may work initially).
References
- Eclipse bug report: Breakpoints fail to hit under JDK 1.6.0_14
- Sun bug report: JDWP threadid changes during debugging session (leading to ignored breakpoints)
- Ubuntu forum: Eclipse: Java is not stopping at breakpoints
Collection of JVM Options
http://blogs.sun.com/watt/resource/jvm-options-list.html
Advertisement
One Comment
I am using same jvm, but no problems…