summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/inspector/inspect_wait.js
AgeCommit message (Collapse)Author
2022-12-12feat: 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.