Why Quick Debug open cpp files on core analyse

Sysprogs forums Forums VisualGDB Why Quick Debug open cpp files on core analyse

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27954
    ishmakov
    Participant

    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.

    #27955
    support
    Keymaster

    No problem. Please try using the “Remember Quick Debug Sources” option described here to override this behavior.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.