To start a debug session

  1. Connect to your debug server or simulator. Alternatively, you can wait to connect to the debug server or simulator from the Debugger.
  2. Double-click the project that you wish to debug.
  3. Click Debug ( (#) or select Debug > Debug program-name.
  4. 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:


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.