Before you begin, you must complete Exercise 5.6: Listing call stack entries.
Now you add some breakpoints in PAYROLLD.
To add breakpoints:
A breakpoint icon is added to the prefix area of this line to indicate that a breakpoint is set.
To view all breakpoints, select the Breakpoints tab from the top
left pane.
This view shows all breakpoints currently set in your Debug session.
This is a convenient place to work with breakpoints. You can remove,
disable/enable, add, or edit a breakpoint. These tasks are available
from the pop-up menu when you right-click in the view area.
Double-click any entry to show the source where the breakpoint is set.
You have added several breakpoints to PAYROLLD and now you are ready to begin Exercise 5.8: Removing a breakpoint in PAYROLLD.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.