Skip to content

how to put breakpoint in "injected files" to ease debugging ? #909

Answered by msujew
jdeantoni asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @jdeantoni,

the language server (which contains the code for the scope provider) is running in a separate process. While the normal Run Extension debug config starts the debugger for the extension, you'll have to run the Attach to Language Server debug configuration in addition to actually debug the language server.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jdeantoni
Comment options

Answer selected by jdeantoni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants