Sometimes the compiler must emit bytecodes whose source locations
move backwards to previously-visited source locations.
(E.g., for-loop steps and implicitly inserted returns on void methods.)
Apparently, if the user puts a breakpoint on a source location which
corresponds to more than one contiguous span of bytecodes,
not all spans are given breakpoints, and the user's program
continues unimpeded past the breakpoint.
move backwards to previously-visited source locations.
(E.g., for-loop steps and implicitly inserted returns on void methods.)
Apparently, if the user puts a breakpoint on a source location which
corresponds to more than one contiguous span of bytecodes,
not all spans are given breakpoints, and the user's program
continues unimpeded past the breakpoint.
- duplicates
-
JDK-4038839 Debugger API does not step through "for" loops.
-
- Closed
-
- relates to
-
JDK-4026577 line numbers for first lines of functions are wrong
-
- Closed
-
-
JDK-4046670 jdb does not always stop execution at next line with next command
-
- Closed
-