Replies: 1 comment 5 replies
-
I'm a simple man, I use
Jokes aside, hoping we can help you figure this out. |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
Hi everyone!
I have two questions concerning to debugging with code server:
Is it possible to debug React Application on it?

I'm trying to debug a react application but an error is shown saying that I need to open on VS Code desktop in order to enable debugging. Are there any steps that I'm missing so I can debug from code-server?
I've started a code server locally with 'yarn watch' command. But when I try do debug a nodejs application, node debugger options are not shown, even though the extension for node debugger is installed. When I run the code server provided by the image (https://hub.docker.com/r/codercom/code-server) the node option is normally shown. Is there any thing I can do to debug node applications running code-server locally?

Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions