How to prevent the VisualGDB stepping into STL?

Sysprogs forums Forums VisualGDB How to prevent the VisualGDB stepping into STL?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29007
    portsip
    Participant

    I’m using VS2019 on windows, and the remote host is Debian 10, when I debug my program in the VS109 via VisualGDB(5.5, preview 7), the VS always step into the STL source code even I press the step over.

    How can I prevent it?

    #29008
    support
    Keymaster

    Hi,

    The exact mechanics of step-in vs step-over is handled by the gdb debugger and not by VisualGDB directly. If it’s not working as expected, our best advice would be to try updating your toolchain, or running gdb directly on the target, if you are using gdbserver.

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