Hello.
I use VisualGDB with a large C++ project. When i analyse core file via Quick Debug, it try to open a lot of c++ files.
Is is possible to disable cpp file opens to optimize core load with gdb? I can open it by callstack click if requires.
I need open only cpp file where core exception obtains.
When I use command line gdb core load, it’s quick, but via VisualGDB very slow. I think it’s because resources used for file open, load file to VisualStudio memory and etc.