Share via


Configure Debugger Behavior (Compact 2013)

3/26/2014

You can configure the behavior of the kernel debugger by using the Debugging, Options dialog box in Platform Builder. The following option categories are available:

  • General. You can enable various options such as breakpoint filters, address-level debugging, when to break all processes, and warning if there are no symbols at startup. For a description of the available options, see General, Debugging, Options Dialog Box.
  • Edit and Continue. You can set the Edit and Continue option so you can change your source code while your program is in break mode. You do not need to end the debug session and rebuild your program for the changes to be applied. To enable this capability and set related options, see Edit and Continue, Debugging, Options Dialog Box.
  • Just-In-Time. You use Just-In-Time (JIT) to debug code at the moment when the OS would typically terminate the relevant process. You can enable JIT debugging for managed, native, and script code. To enable this feature, see Just-In-Time, Debugging, Options Dialog Box. To configure the OS and the device for JIT debugging, see Set Up JIT Debugging.
  • Output Window. Determines whether debug output is written to the output window. Turning off this option affects all tracing from the application.
  • Symbols. To specify where the debugger will look for program database (PDB) files and where to cache symbols, see Symbols, Debugging, Options Dialog Box. To create a mapping between specific PDB files and their associated source code files, see Associate Source Code with PDB Files.

To access the options that control the behavior of the kernel debugger, follow these instructions.

To access the debugger behavior options

  1. In Platform Builder, on the Tools menu, click Options.

  2. In the Options dialog box, in the left pane, expand Debugging.

    Below Debugging, there is a page for each of the option categories described at the beginning of this topic.

  3. Select the options that you want, and then click OK.

See Also

Concepts

Set Debug Options
Kernel Debugger
Debugging

Other Resources

Windows Embedded Compact 2013