1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-05 09:04:41 -05:00
denoland-deno/cli/tests/testdata/inspector
Bartek Iwańczuk 79285fa83b
npm: ensure runtime exceptions are surfaced when debugger is attached (#16943)
Currently runtime exception are only displayed at the program end in
terminal, which makes it only a partial fix, as a full fix requires
https://github.com/denoland/rusty_v8/pull/1149 which adds new bindings 
to the inspector that allows to notify it about thrown exceptions.
This will be handled in a follow up commit.
2022-12-06 02:00:10 +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
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