Source Path Mapping Dialog Box (Windows CE 5.0)

Send Feedback

This dialog box exposes preexisting debugger functionality that allows you to preset source path mappings from PDB files to source files.

Each path in the dialog box is listed in the order of oldest path to newest path, from top to bottom. The order of evaluation mapping is conducted from newest to oldest, or from bottom to top.

A specific mapping can be enabled or disabled by filling or clearing the checkbox associated with it.

For more information, see Setting the Source Path Mapping.

The following options are available:

  • Path From PDB File
    Location of the PDB file generated by the compiler.

    To manually browse for the PDB file, choose Browse.

  • Local Path
    Location of the source file you want to map to from the PDB file.

    To manually browse for the source file, choose Browse.

  • New
    Creates a source path mapping entry.

  • Delete
    Removes a selected source path mapping entry.

  • Move Item Up
    Increases the priority level of a source path mapping entry by moving it one step higher on the source path-mapping list.

  • Move Item Down
    Decreases the priority level of a source path mapping entry by moving it one step lower on the source path-mapping list.

  • OK
    Processes your input and forces the debugger to reevaluate all mapping. Any changes you made are applied to the display.

    **Note   **If the debugger cannot find a source file directly or though mapping, the user is prompted for the correct location of the source file.

  • Cancel
    Closes the dialog box without saving changes you made.

See Also

Disassembly Window

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.