-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug this plugin #395
Comments
Have you had a look at https://github.com/WebFreak001/code-debug/blob/master/HACKING.md#runningdebugging? Please outline where it is misleading or misses information. |
As far as I see it you want to debug both the frontend and backend, and the docs I've linked to explicit writes how to do that (you need to run two launch configurations at once), see https://code.visualstudio.com/api/extension-guides/debugger-extension#development-setup-for-mock-debug and https://github.com/WebFreak001/code-debug/blob/master/HACKING.md#debugger. |
I want to debug the plug-in itself and press F5 to start debugging. However, when setting breakpoints for code-debug, only the breakpoints in extension.ts are active, while the breakpoints in other files are gray and cannot be paused.
Another debugging method is to use console. log () for output. Only the console. log function in extension. ts has output.
Why is this and what are the solutions?
The text was updated successfully, but these errors were encountered: