Crashes while trying to debug the extension #13822
Unanswered
Leo Bound (LeoBound)
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I've been looking into fixing #11371 and seem to have a fix, but then after selecting a process the cpptools debugger crashes with no warnings or logs (that I could find).
I have followed the instructions here and am able to debug the extension, except after
resolveDebugConfigurationWithSubstitutedVariablesthe (cpptools) debugger exits silently.Are there some logs I can view to determine if this can be resolved in the extension, or if it's an issue with the cpptools binaries?
I've done some further looking into this and trying to debug with a fresh clone of the extension has the same behaviour.
To reproduce:
All reactions