1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/cli/tests/testdata/inspector
Bartek Iwańczuk 4a17c93088
feat: add --inspect-wait flag (#17001)
This commit adds new "--inspect-wait" flag which works similarly
to "--inspect-brk" in that it waits for inspector session to be
established before running code. However it doesn't break on the first
statement of user code, but instead runs it as soon as a session
is established.
2022-12-12 15:33:30 +01:00
..
bar.js
error_with_npm_import.js
foo.ts
inspect_wait.js feat: add --inspect-wait flag (#17001) 2022-12-12 15:33:30 +01:00
inspector1.js
inspector2.js
inspector3.js
inspector4.js
inspector_test.js
memory.js
test.ts