1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/cli/args
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
..
config_file.rs feat(cli): support deno bench in the config file (#16608) 2022-12-10 02:30:47 +01:00
flags.rs feat: add --inspect-wait flag (#17001) 2022-12-12 15:33:30 +01:00
flags_allow_net.rs refactor: create args folder (#14982) 2022-06-27 16:54:09 -04:00
lockfile.rs feat(cli): support configuring the lock file in the config file (#16781) 2022-12-08 00:13:45 +01:00
mod.rs feat: add --inspect-wait flag (#17001) 2022-12-12 15:33:30 +01:00