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.

Debugger not working, Unable to retrieve source content from standard library

See original GitHub issue

I 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: out

Versions

vscode: 1.49.1 deno: 1.4.1 extension: 2.3.1

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:16
  • Comments:14 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
Sharpirocommented, Sep 28, 2020

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.

2reactions
David-Elsecommented, Nov 20, 2020
Read more comments on GitHub >

github_iconTop 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 >

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