mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
4a17c93088
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. |
||
---|---|---|
.. | ||
hello_runtime.js | ||
hello_runtime.rs |