How to add addtional source directories in vscode when debugging c++

Viewed 488

I have some third party libraries for my application and source files of those libraries.Is there any way to add those directories to vscode when debugging?

I thought sourceFileMap may do this job but did't figure out how to configure this.

Any help is appreciated.

0 Answers
Related