The behavior of the Breakpoints pane changes depending on the platform running the program you are debugging. Select the appropriate platform:
Use the Breakpoints pane to review the breakpoints you have set in your program. Initially, you are presented with a list of the types of breakpoints. You can expand each item in this list to show the list of breakpoints you have set. When you click on a function, method, procedure, entry, or line breakpoint in the list, the arrow in the prefix area of the Source pane indicates where in the source code the breakpoint is set. Deferred breakpoints cannot be seen in the Source pane.
The breakpoint entries in the list provide you with a summary of the breakpoints' properties. A pop-up menu selection allows you to view these properties in greater detail.
Pop-up menu options let you modify breakpoint properties, enable or disable breakpoints, and delete breakpoints.
Use the Breakpoints pane to review the line breakpoints or watch breakpoints that you have set in your program. Initially, you are presented with a list of the types of breakpoints. You can expand each item in this list to show the list of breakpoints you have set. When you click on a line breakpoint in the list, the arrow in the prefix area of the Source pane indicates where in the source code the breakpoint is set. Only line breakpoints can be seen in the Source pane.
The breakpoint entries in the list provide you with a summary of the breakpoints' properties. A pop-up menu selection allows you to view these properties in greater detail.
Pop-up menu options also let you enable or disable breakpoints and delete breakpoints. You can also modify line breakpoint properties by using a pop-up menu in this pane.
Use the Breakpoints pane to review the breakpoints you have set in your program. Initially, you are presented with a list of the types of breakpoints. You can expand each item in this list to show the list of breakpoints you have set. When you click on an entry, function, or line breakpoint in the list, the arrow in the prefix area of the Source pane indicates where in the source code or listing the breakpoint is set. Deferred breakpoints cannot be seen in the Source pane.
The breakpoint entries in the list provide you with a summary of the breakpoints' properties. A pop-up menu selection allows you to view these properties in greater detail.
Pop-up menu options let you enable or disable breakpoints and delete breakpoints.
You can modify breakpoint
properties for interpreted Java programs through a pop-up menu option. To modify
breakpoint properties for Java program objects and programs written in other languages,
you must delete the existing breakpoint, then create a new breakpoint with the properties
you want.