deno/runtime/examples
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
..
hello_runtime.js chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
hello_runtime.rs feat: add --inspect-wait flag (#17001) 2022-12-12 15:33:30 +01:00