When debugging C++ code using Visual Studio Code, is it possible to automatically step over standard includes
Environment: Using Visual Studio Code with the Standard Microsoft C++ Debugging Extension. Using gdb as the underlying debugger. For example: on the code below a step in on the commented line will jump to the standard string header. Is there…