Name: pa48320 Date: 08/10/2001
Create a simple hello world application and compile for debug. run JDB and set a breakpoint on the contructor of your application. Run the class. Note first that it takes quite a long time to stop at the breakpoint. Next issue the "next" command. Note that the debugger does not stop on the next line but continues to the end of the program.
This problem happens in our debugger product as well so it isn't a JDB issue but a JDI issue. I found a bug that looked very similar to this but I can no longer find it.
======================================================================
- duplicates
-
JDK-4482647 Single stepping in some jtreg tests appears to be broken
-
- Closed
-