Debug (Project Menu)
The Debug function of the Project menu runs the currently selected program with the currently configured debugger. If the program has been modified, it will first be compiled.
Depending on the IDE Debug configuration (Tools/Options/Debug) setting, either the character or GUI debugger will be started.
To quickly debug the current project, use the F8 key or click the Debug button in the IDE's main toolbar:
Debug button
See also: Working with Projects
![]() |