Given:
- a dll which has been built in directory "A"
- a debugging PC with source code put in directory "B"
Then when debugging, VisualStudio will search for source code in "A", will not find it (as it is in "B"), and will display the dialog called "Find Source". Then you will browse to the correct location of source file, and everything will work fine.
In order to avoid this dialog to appear (and its associated browsing), is there a mean to have Visual Studio automatically look for source code in "B" ?