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.
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.