Previous Topic Next topic Print topic


Using the Button Bar

The button bar is situated at the top of the debugger window, right under the menu bar and consists of the following sections.

Standard Debug Buttons
The standard control buttons are on the left of the button bar. Each button has a tooltip that describes it and indicates which function key can be used as a substitute. The function of these buttons is also available off the actions menu.The buttons are:
  • - Continue (F5)
  • - Step over (F10)
  • - Step into (F11)
  • - Step out (Shift + F11)
Sources
To select the source that you want to be displayed, use the Src dropdown list on the button bar. In this case you can select ext.pl1 and then go back to cwj.pl1.
Environments
You can go to a specific CodeWatch environment by using the Env dropdown list. It only shows environments that have been discovered so far. You can also type an environment name directly into the box. If you type FEXT into this box, it will show you the source for ext.pl1 and the dropdown list will now include the environments from ext.pl1. To go back to the original source, select cwj from the Env dropdown list.
Searching Text
You can search in the current text. For example, enter cust in the search box and click (Find next) three times. You can also click (Find previous) to search up.
Previous Topic Next topic Print topic