Replies: 1 comment 1 reply
-
I'm not aware of a way. We're tracking a similar issue with #2488 . |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Visual Studio it is possible to configure that a 'step into' into std function (like std::vector::pushBack) is ignored and instead a 'step over' is done.
I.e. with a line like this
in default.natstepfilter.
Is there something similar possible with cppvsdbg in vscode?
Stepping into std functions is in most of the cases not wanted and very annoying during debugging.
Beta Was this translation helpful? Give feedback.
All reactions