Next Previous Up Top Contents Index

6 Debugging and Interactive Development

6.2 Debugger panes

We now take a look at the basic debugger window panes.

The easiest way to bring up the debugger is to choose Application > Debug in the project tool. This starts the application, then pauses its main thread and opens the debugger window on that thread. We can demonstrate this now with Reversi. If you are already running that application, exit it now.

1. Choose Application > Debug in the Reversi project window.

Figure 6.1 The debugger.

The debugger has four panes: the context pane, the stack pane, the source pane, and the interaction pane.

6.2.1 - Context pane
6.2.2 - Stack pane
6.2.3 - Source pane
6.2.4 - Interaction pane

Getting Started with Functional Developer - 31 MAR 2000

Next Previous Up Top Contents Index