Debugger : Debugger Commands : Activating the Debugger

Activating the Debugger

You activate the debugging prototype by invoking the executable file called profileg_name_dbg.

The Debugger responds:

Welcome to Debugger of Generated Code

A prompt is displayed to show that the Debugger is ready to accept Debugger commands:

1 Pdb >

 

Each prompt is preceded by its sequence number, thus enabling the identification of every command entered during the debugging session. This allows you to easily re-enter these commands using the HISTORY option.

You may then start the execution of the prototype by typing the GO or STEP command.