Missing source code when debugging via "deno run --inspect"
We followed the instructions for debugging here but once inside chrome devtools we don't see any source code?
We found a deno github issue for this but it's already closed:
https://github.com/denoland/deno/issues/24877
... we have tried the same thing using multiple different browser versions (even chrome canary 132.x etc) and it just doesn't work.
Any idea how we can get a debugger working for deno???
GitHub
Bug: "Sources" panel is empty in inspector · Issue #24877 · denolan...
The "Sources" panel in the Chrome DevTools inspector is empty. This makes it impossible to continue when running with --inspect-brk. Tried to do a bisect but it seems like all Deno versio...
1 Reply
Definitely a new bug. We fixed the older one and it sounds like something broke again. So far it seems like on the Chrome side, but needs further investigation. Opened https://github.com/denoland/deno/issues/26512 to keep track of it