Being Warned If Your main () Module is Not Compiled With Debugging Information
Related Topics:
By default, the debugger warns you if the main () module of your program is not compiled with debugging information. You can choose to not have this warning displayed..
To not be warned if your main () module is not compiled with debugging information:
- 1. In the Debugging Window, choose Debug
Debugging Options. Or, in the Sun WorkShop main window, choose Options
Debugging Options.
- 2. In the Debugging Options Dialog Box, click the Window Behavior tab.
- 3. At Warn if main () is not compiled with debugging information, click the No radio button.
- 4. Click OK to apply the change to the current session, or click Save as Defaults and then click OK to apply the change to all sessions.