summaryrefslogtreecommitdiff
path: root/cli/tests/inspector_tests.rs
AgeCommit message (Collapse)Author
2022-11-28fix(npm): allow to inspect npm modules with --inspect-brk (#16841)Bartek Iwańczuk
2022-11-27feat(core): send "executionContextDestroyed" notification on program end ↵Bartek Iwańczuk
(#16831) This commit changes "JsRuntime" to send "executionContextDestroyed" notification when the program finishes and shows a prompt informing that runtime is waiting for inspector to disconnect.
2022-11-26tests: move integration tests to separate modules (#16816)Bartek Iwańczuk