To start a debug session
- Connect to your debug server or simulator. Alternatively, you can wait to connect to the debug server or simulator from the Debugger.
- Double-click the project that you wish to debug.
- Click Debug (
(#) or select Debug > Debug program-name.
- If the user entry point is know, then the Debugger displays it on start-up. Otherwise, the Debugger displays the executable entry point on start-up. For normal C applications, the user entry point is main and the executable entry point is usually _start.
Related topic:
Copyright © 1999, Green Hills Software. All rights
reserved.