-
Notifications
You must be signed in to change notification settings - Fork 1.7k
-
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 resolveDebugConfigurationWithSubstitutedVariables
the (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:
- Clone the repo locally
- Copy the cpptools binaries into the extension bin folder
- press F5 (Run Extension)
- Create any launch config. I used "(gdb) Attach", after picking a process it will silently exit.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment