1.47.3 vscode debug occur "Error processing attach: Error: Could not connect to debug target at..."
See original GitHub issueDescribe the bug I’m debugging vetur find thie error Error processing attach: Error: Could not connect to debug target at http://localhost:6005: Could not find any debuggable target
To Reproduce Steps to reproduce the behavior:
- upgrade vscode to 1.47.3
- add vetur to workspace
- click debug icon,then start all(include clinet and server)
- start a extenstion host ,for a while then occur this error “Error processing attach: Error: Could not connect to debug target at http://localhost:6005: Could not find any debuggable target…” I have seen someone repeat 1.47.0 25 days ago, I also try nightly release,but the error also exist
Log File
VS Code Version: Replace me!
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Visual Studio debug error "Error processing launch
Open the settings of Visual Studio Code (Ctrl + ,) select the Workspace tab · In the section Extensions -> JavaScript Debugger set...
Read more >Could not connect to debug target at https://localhost:60912
I'm using VS2019 current version. When I start to debug a asp.net core 3.1 project sometimes i get this error message. This doesn't...
Read more >Debugging
Debugging. The Go extension allows you to launch or attach to Go programs for debugging. You can inspect variables and stacks, set breakpoints, ......
Read more >Error: Could Not Attach To Main Target - ADocLib
This guide only works for Visual Studio Code. Configure VSCode debugger [debugger for chrome] Error processing launch: Can't find Chrome. Start by opening...
Read more >Manual: Debug C# code in Unity
Unity's support for Visual Studio Code is experimental as Unity does not ... to connect to an Android device in Visual Studio, select...
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
I think I might get the reason: Before I start the debugger, a .vue file and vetur project should display in the extension host.
I am trying to debug vetur and encounter the same error too.Could you tell me detailedly how you solved the problem at the end? @suyanzhi