Debugger not working, Unable to retrieve source content from standard library
See original GitHub issueI press f5 in mod.ts
to debug, choose deno, but then a file called colors.ts
appears with:
Could not load source '/home/xx/workspace-directory/std@0.70.0/fmt/colors.ts': Unable to retrieve source content.
The repo is https://github.com/David-Else/eslint-config-octopus and video:
Versions
vscode: 1.49.1 deno: 1.4.1 extension: 2.3.1
Issue Analytics
- State:
- Created 3 years ago
- Reactions:16
- Comments:14 (1 by maintainers)
Top Results From Across the Web
Unable to hit breakpoints in Blazor WASM - Stack Overflow
If I do the action that would hit the breakpoint, visual studio instead opens a new tab that says Unable to retrieve source...
Read more >Without any changes to source files, "Edits were made which ...
This problem happens when changes to source code are made: 1- F5 to start debugging 2- Application is paused due to a breakpoint...
Read more >Debugger options | CLion Documentation - JetBrains
Combination of GDB as the debugging backend and Clang (the CMake default compiler) implies limitations on viewing the content of STL containers ...
Read more >VS Code | Build, Run and Debug in C++ - GeeksforGeeks
In both cases, you have to take some precautions. Firstly, make sure that the attribute “externalConsole” is marked as true (we will understand ......
Read more >Python Debugging With Pdb
In this hands-on tutorial, you'll learn the basics of using pdb, Python's interactive source code debugger. Pdb is a great tool for tracking...
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 Free
Top 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
I’m getting this error with the sample web server from the manual
https://deno.land/manual/examples/http_server
Could not load source '/home/user/src/app/server/std@0.71.0/encoding/utf8.ts': Unable to retrieve source content.
@algiuxass Have you tried with the
launch.json
from https://deno.land/manual@v1.5.3/getting_started/debugging_your_code#vscode?