Once you have created a breakpoint, you can set or modify its properties. The property sheet for a breakpoint contains the same options as the dialog box you used to create the breakpoint.
To modify breakpoint properties:
![]() |
The Valid property is a noneditable property, which if True, indicates that the breakpoint has been successfully set in the debugged VM. This happens when the breakpoint's class is loaded and the chosen line exists and contains some instructions. If False, one of the conditions has not been satisfied. One reason why Valid might be False is that the source is out of sync with the debugged class. |
See also | |
---|---|
Setting Java Breakpoints
Setting a Condition on a Breakpoint Printing a Breakpoint Message |