vscode extension development debug can't hit breakpoint
See original GitHub issueHello!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:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
code-server doesn’t support debugging extensions yet but it’s something I’d like to add.
@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.