Debugging vscode-cpptools / Extending vscode-cpptools #8333
Replies: 1 comment 1 reply
-
See https://github.com/microsoft/vscode-cpptools/blob/main/CONTRIBUTING.md and https://github.com/microsoft/vscode-cpptools/blob/main/Documentation/Building%20the%20Extension.md . |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
So I've got a few ideas that I need to implement, that involves the debugging extension (cppdbg) - and in order to learn the codebase and understand how it works, I would like to debug it - generally I think one can just do the regular vscode extension debugging; namely hit
F5
and then from an extension host do what I need to do, but this doesn't seem to work.Are there any guides for how one would contribute features and/or extend, or possibly even fork (since the features I am talking about is pretty niche) cppdbg? Must I uninstall my global installation of the extension in order to debug the git cloned one?
When I hit
F5
, I get this error from the extension host window;Replaced the path. But the rest of the message is "as is" so to speak.
Beta Was this translation helpful? Give feedback.
All reactions