diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-12-30 16:47:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 16:47:58 +0100 |
commit | 1adf8ee54529b4e754d4f0513cc7763b3db54199 (patch) | |
tree | 5dc02ac462ecfcbc2f6c6ca7fc9f675706867e4d /cli/lsp/path_to_regex.rs | |
parent | de9778949b8eb6eedaf490488ed2a11fa304d9fb (diff) |
fix(core): inspector works if no "Runtime.runIfWaitingForDebugger" message is sent (#13191)
This commit changes flow in inspector code to no longer require
"Runtime.runIfWaitingForDebugger" message to complete a handshake.
Even though clients like Chrome DevTools always send this message on startup,
it is against the protocol to require this message to start an inspector
session.
Instead "Runtime.runIfWaitingForDebugger" is required only when running with
"--inspect-brk" flag, which matches behavior of Node.js.
Diffstat (limited to 'cli/lsp/path_to_regex.rs')
0 files changed, 0 insertions, 0 deletions