Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-12 | feat: add `--inspect-wait` flag (#17001) | Bartek IwaĆczuk | |
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. |