After you choose Project > Enable Debugger, the IDE activates the debugger. The following changes take place:
Enable Debugger menu command changes to the Disable Debugger menu command
Run menu command changes to the Debug menu command
After you choose Project > Disable Debugger, you can run your project normally, without the debugger's control. The following changes take place:
Disable Debugger menu command changes back to the Enable Debugger menu command
Debug menu command changes back to the Run menu command
To learn more about running your project, see the following section, entitled "Running a Project."