1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/tools/repl
Bartek Iwańczuk 3a320db270
fix(inspector): send "isDefault" in aux data (#16836)
With trial and error I found that most debuggers expect "isDefault" to be sent
in "auxData" field of "executionContextCreated" notification. This stems from
the fact that Node.js sends this data and eg. VSCode requires it to close
connection to the debugger when the program finishes execution.
2022-11-26 23:09:48 +01:00
..
cdp.rs refactor: move cdp.rs to tools/repl (#16821) 2022-11-25 18:38:08 -05:00
channel.rs refactor: factor out CDP message types (#13551) 2022-02-07 17:05:49 +01:00
editor.rs refactor: move cdp.rs to tools/repl (#16821) 2022-11-25 18:38:08 -05:00
mod.rs refactor: DenoDir - move to cache folder and make root_dir private (#16823) 2022-11-26 00:04:30 +00:00
session.rs fix(inspector): send "isDefault" in aux data (#16836) 2022-11-26 23:09:48 +01:00