The behavior of the Breakpoints pane changes depending on the platform running the program you are debugging. Select the appropriate platform:
Note: When viewing the Breakpoints pane, choosing the Expand All option from the pane's menu in the debugger main menu bar will expand one level of the tree at a time. You must choose Expand All for each subsequent level of the tree that you wish to expand. Choosing Collapse All will collapse all levels of the tree.
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. Compiled languages also allow breakpoints to be
modified through the pop-up menu.