Visual Studio Debugger Guide-"Solution Property Page" dialog-> "Common Properties"-> "Debug Source File"

This property page specifies where the debugger looks for source files when debugging solutions.

To access the "Debug Source File" property page, right-click "Solution" in "Solution Explorer" and select "Properties" from the shortcut menu. Expand the "Common Properties" folder and click the "Debug Source Files" page.

  • Directory containing source code A list of directories
    containing source files that the debugger searches for when debugging solutions. You can also search all subdirectories of the specified directory.

  • Do not search for the source files below
    Enter the name of any file that you do not want the debugger to read. If the debugger finds one of these files in a directory specified above, it will ignore the file. If the "Find Source" dialog box appears during debugging, and you click "Cancel" at this time, the file you searched for will be added to this list so that the debugger will no longer search for the file.

     

Guess you like

Origin www.cnblogs.com/yilang/p/12610600.html