question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

vscode extension development debug can't hit breakpoint

See original GitHub issue

Hello!code-server is really cool!

But I find that code-server seems can’t debug vscode extension.

I install code-server with docker. And I use hello-wrold sample from github. It seems code-server can open an extension development host, but can not hit breakpiont.

So can code-server really debug vscode extension? Or I miss something?

  • Web Browser:
  • Local OS: win10
  • Remote OS: code-server-docker
  • Remote Architecture: x64
  • code-server --version: v3.7.4

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
code-ashercommented, Jan 7, 2021

code-server doesn’t support debugging extensions yet but it’s something I’d like to add.

3reactions
benz0licommented, Jan 7, 2022

@chouzz Please retest. Using code-server 4.0.1 I could work through the whole Hello World guide without any problem.

See also https://github.com/coder/code-server/issues/3661#issuecomment-1007236101.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debugging in Visual Studio Code
One of the great things in Visual Studio Code is debugging support. Set breakpoints, step-in, inspect variables and more.
Read more >
Troubleshoot Breakpoints in the Visual Studio Debugger
If you're debugging optimized code, make sure the function where your breakpoint is set isn't being inlined into another function. The Debugger.
Read more >
Visual Studio Code - Node debugger breakpoints not being hit
On the VSCode settings search for 'debug javascript use preview', and then disable it. It should now bound all breakpoints.
Read more >
How to Use Breakpoints in VS Code - Alphr
Navigate to “Debug” or “Tools.” · Choose “Options,” followed by “Debugging.” · Select the following command: “ Highlight entire source line for ...
Read more >
Apex Interactive Debugger | Salesforce for VSCode
Debug Your Code# ... To set a line breakpoint, open a .cls or .trigger file and click the column to the left of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found