deno icon indicating copy to clipboard operation
deno copied to clipboard

--inspect-wait flag stopped working in 2.0.2

Open skybrian opened this issue 1 year ago • 0 comments

Version: Deno 2.0.2

To reproduce, create a file:

debugger;

Then run it like this:

deno --inspect-wait debugger.ts

I connect from Chrome, using "chrome://inspect". I'm using Chrome 130.0.6723.70. There are links for "inspect" and "inspect fallback" and neither one works with 2.0.2. (Also, profiling doesn't work either, which is what I'm actually trying to do.)

Workaround: downgrading to 2.0.1 fixes the problem.

skybrian avatar Oct 25 '24 23:10 skybrian