Debugger Execution Control (Windows CE 5.0)

Send Feedback

Debugger execution (run-state) control allows you to start and stop the debugging session, proceed to a specified location, or control how the debugger responds to function execution.

In addition, you can run an application on a target device while the debugger is running to monitor the interaction of your application with other components and modules.

You can start and stop the kernel debugger if you have an active connection:

  • If you choose Start, your code starts up and runs until it reaches a breakpoint. You can break execution at any time to examine values, modify variables, and otherwise examine the state of your program.
  • If you choose Stop, you detach the debugger and end the debugging session.

You can proceed to a specified function, or proceed to a specified location.

The following topics describe how to use run-state control.

See Also

Handling Breakpoint Behavior

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.