Debugging the executable.


Debugging is similar to running a program except that the debugger is called with your program as parameter. Be sure you made the correct settings so that debugging information is available. You can set the debugger executable in Program->Settings.

To debug a program:
- Press the "Debug" button:


Related Topics:
Making the executable.
Running the executable.

Contents