Commits on Source (2)
-
Steve Lhomme authored
Before that they are in the debug folder. They can be used by adding the symbols folder to Visual Studio: > Tools > Options > Debugging > Symbols Or Visual Studio Code: Using the "symbolSearchPath" variable in the launch configuration https://code.visualstudio.com/docs/cpp/cpp-debug#_additional-symbols
4ebb57f1 -
Steve Lhomme authored
The PDB files will be inside the -debug.7z package. The PDB source mapping will be the '<root>/vlc' folder to '/'. In Visual Studio you can map to your local source folder with: > Solution > Properties > Debug Source Files > "s:/sources/vlc" In Visual Studio Code you can map to your local source folder with the "sourceFileMap" variable in the launch configuration https://code.visualstudio.com/docs/cpp/launch-json-reference#_sourcefilemap: > "sourceFileMap": { "/": "s:/sources/vlc" }
f6e5e376