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???
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...