Starting a debug session
Once you have a debuggable executable, you must create a debug
configuration.
To create a debug configuration
- On the Run menu, click Debug. The Debug dialog
box opens.
- Create a debug configuration as you normally would, but do not click OK.
- Click the Debugger tab.
- Ensure Run program in debugger radio button is selected.
- Ensure Stop at main() on startup checkbox is selected.
- Click Apply.
- Click Debug.