How to suppress STL function call stack when debug? #12189
Answered
by
gcampbell-msft
Mactarvish
asked this question in
Q&A
-
CMake debugging works fine for me, but there's a tiny problem that when gdb hit break point all STL function calling will show in call stack, and usually it is unnecessary and makes my call stack too complacated. |
Beta Was this translation helpful? Give feedback.
Answered by
gcampbell-msft
Apr 10, 2024
Replies: 0 comments 4 replies
-
@Mactarvish Is this issue happening when debugging cmake itself? Or when debugging your c/c++ code? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Understood. I think this issue / question would get a better answer from the maintainers of the c/c++ extension. I'll transfer this post (or at least ping the maintainers). Thanks!