-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: "Sources" panel is empty in inspector #24877
Comments
Can confirm that this is an upstream issue in DevTools, see https://issues.chromium.org/issues/342961829?pli=1 |
@devsnek mentions that it might be because we set "opaque" origins for all scripts. Gus has a branch that is supposed to fix it. |
The upstream bug has been marked fixed and I verified that I can use |
Another PSA about a solid workaround for this and other instances where DevTools on the current browser release is broken in some way... Use Node --inspector Manager the Chromium browser extension (I am the author) I just resolved a different DevTools issue just a few days ago (see here). NiM allows you to mix/match DevTools versions with whatever browser version you happen to be running, so when bugs become showstoppers, it's just a matter of selecting a different DevTools version from NiM's settings which can be hosted locally as shown in the example below or from any other endpoint:
Quick change in the settings to swap DevTools vs needing to install Canary or wait: Showing me debugging Deno as per @marvinhagemeister steps |
With the recent Chrome 128.0.6613.114 update I cannot reproduce this issue anymore. Looks like they backported the fix. |
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 versions are affected. Maybe Chrome changed something on there side?Steps to reproduce
deno init
deno run -A --inspect-brk main.ts
chrome://inspect
Version: Deno 1.45.5
The text was updated successfully, but these errors were encountered: