When a step event occurs at a location which also has a breakpoint, the breakpoint is not reported. For cases where JVMDI events don't necessarily
return control to the user (e.g. line stepping), this is a major problem manifesting itself as a lost breakpoint. Ideally, the breakpoint and step events should be reported together, but until events sets are supported, this bug will
need to be fixed another way. It would be better to report the two events discretely than to report just one.
return control to the user (e.g. line stepping), this is a major problem manifesting itself as a lost breakpoint. Ideally, the breakpoint and step events should be reported together, but until events sets are supported, this bug will
need to be fixed another way. It would be better to report the two events discretely than to report just one.
- relates to
-
JDK-4675577 RFE: need more efficient logic for BREAKPOINT/SINGLE_STEP in one set
-
- Resolved
-