How do I set up code-server for debug ? #2288
Replies: 1 comment 3 replies
-
Right now the extension host doesn't work at all on Safari. See
#2232 (comment)
Currently the only workaround is to use 3.6.0 (or a different browser).
I'm hoping that VS Code 1.51.0 will resolve the issue and am currently
working on the upgrade.
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected
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.
-
This is frustrating me. I can not get the debug to work.
I'm using a Debian 10 machine.
I've installed code-server 3.6.2.
I've installed the neo-vim editor extension. It works.
I've installed rustup. I can run cargo, write and run Rust code using code-server within Safari.
For debug, I install the codelldb extension, version 1.6.0. No joy.
I can set a red dot break point but when I F5 to start the debug...
"Activating extensions" arrow-spins on bottom status line.
and then nothing happens.
Well, actually, code-server remains as if I'd not tried to star the debugger.
Yes, I have made a launch.json. It, might be wrong.
so I ask,
What is a successful recipe for debug in code-server?
Beta Was this translation helpful? Give feedback.
All reactions