The Application and Go menus available in the project window, editor, and debugger contains several breakpoint manipulation commands.
The Go > Breakpoints command, chosen from the project window, shows the Breakpoints page. Chosen from the debugger, it raises the project window for the application being debugged and shows its Breakpoints page. Chosen from the editor, it raises the project window for the active project (see Section 4.6 on page 76) and shows its Breakpoints page.
The Application > New Breakpoint command sets a breakpoint on a generic function (and all its methods) or a non-generic function. It produces a dialog into which you enter the name you wish to breakpoint.
The Application > Enable All Breakpoints command sets enables all disabled breakpoints. Application > Disable All Breakpoints disables all enabled breakpoints.