-
Hello there,
Server works as expected, but some parts of the client are not able to break. EDIT: looks like some parts on the server are not breakable as well... Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @hamitiya-STM
The debugging setup is a bit tricky here. Most of the client code is loaded in via webview. Since a webview is part of the frontend process of VS Code it cannot be debugged in the standard way (i.e. by setting break points in a source file). Instead you have to use the |
Beta Was this translation helpful? Give feedback.
-
Unfortunately we don't have an example up and running that integrates a glsp vscode extension with the node server framework so I cannot test this. Debugging in the workflow-example sources of |
Beta Was this translation helpful? Give feedback.
Unfortunately we don't have an example up and running that integrates a glsp vscode extension with the node server framework so I cannot test this. Debugging in the workflow-example sources of
glsp-server-node
works fine for me, but that is expected because we don't bundle the workflow example server with webpack so there are no minified sources.