I'm using Visual Studio Code in a basic C++ project. I link a library built with gcc -g option to include the debug symbols information.
However, when I want to step into a function call from that library it doesn't get in. In Visual Studio this How to debug external class library projects in visual studio? would solve the problem but I don't know how to do it in Visual Studio Code. Probably source files for that library should be specified somewhere? But where can I specify them?