dimanche 28 mai 2023

VS Code opens header files while debugging a code in C++. How to prevent this from happening?

Before I started Debugging: Before I started Debugging

After I started Debugging: After I started Debugging

As it can be seen in the second image, allocator.h header file is being opened when the debugger ecountered a vector in the first image (highlighted in yellow line). Whole debugging process is so annoying and time taking this when this happens. How to stop this from happening?

VS Code version : 1.78.2 OS : Windows 10

I tried resetting VS Code to defaults, but couldn't fix the problem.

Aucun commentaire:

Enregistrer un commentaire