You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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
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:
Beta Was this translation helpful? Give feedback.
All reactions