Find Source Dialog Box (Compact 2013)

3/26/2014

The Find Source dialog box is displayed when the debugger tries to display a source code file, and can determine the name of the file, but cannot determine the path of the file.

The dialog box can be displayed when a module loads or when a breakpoint is detected for a module that is already loaded.

The dialog displays the path of the source file that is contained in the .pdb file. The source code file on the local computer may not have the same location because the path that is contained in the .pdb file is a relative path based on the computer where the source code was built.

To display the source code file, you must enter the correct local path of the source file.

You can manually create, remove, and change the priority of a mapping in the Source Path Mapping Dialog Box.

If you select the Don't show this again check box, but later decide that you want to display the Find Source dialog box, follow these steps so that the dialog box is displayed.

To enable the Find Source dialog box to be displayed

  1. On the Tools menu, choose Options.

  2. Choose the Platform Builder node and expand it by choosing its plus ("+") sign

  3. Choose the System Debugger node and expand it by choosing its plus ("+") sign

  4. Choose the Verbosity node.

  5. Make sure that the Source file not found check box is selected and has a check in it.

  6. Choose OK.

See Also

Reference

Disassembly Window
Source Path Mapping Dialog Box

Concepts

Platform Builder User Interface

Other Resources

Platform Builder Dialog Boxes