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 test: add inspector test with ts files (#13312) 2022-01-09 17:44:36 +01:00
error_with_npm_import.js npm: ensure runtime exceptions are surfaced when debugger is attached (#16943) 2022-12-06 02:00:10 +01:00
foo.ts test: add inspector test with ts files (#13312) 2022-01-09 17:44:36 +01:00
inspect_wait.js feat: add --inspect-wait flag (#17001) 2022-12-12 15:33:30 +01:00
inspector1.js test: add inspector test with ts files (#13312) 2022-01-09 17:44:36 +01:00
inspector2.js test: add inspector test with ts files (#13312) 2022-01-09 17:44:36 +01:00
inspector3.js fix(inspector): ensure console methods provided by inspector are available (#16724) 2022-11-22 02:17:14 +01:00
inspector4.js test: add inspector test with ts files (#13312) 2022-01-09 17:44:36 +01:00
inspector_test.js test: add inspector test with ts files (#13312) 2022-01-09 17:44:36 +01:00
memory.js tests: Add inspector tests for "Memory" and "Profile" tabs (#13476) 2022-01-24 16:07:08 +01:00
test.ts test: add inspector test with ts files (#13312) 2022-01-09 17:44:36 +01:00