index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
inspector.rs
Age
Commit message (
Expand
)
Author
2023-02-07
chore: upgrade rusty_v8 to 0.62.2 (#17604)
Bartek Iwańczuk
2023-01-25
Revert "chore: upgrade rusty_v8 to 0.62.0 (#17200)" (#17523)
Bartek Iwańczuk
2023-01-25
chore: upgrade rusty_v8 to 0.62.0 (#17200)
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-16
refactor(core): allow to listen for notifications in LocalInspectorSession (#...
Bartek Iwańczuk
2022-12-12
feat: add `--inspect-wait` flag (#17001)
Bartek Iwańczuk
2022-12-04
revert: Inspector changes (#16939)
Bartek Iwańczuk
2022-12-03
fix(inspector): even if already woken, always schedule an interrupt (#16910)
Bert Belder
2022-12-02
fix(inspector): allow to poll session with reentry (#16863)
Bartek Iwańczuk
2022-11-27
feat(core): send "executionContextDestroyed" notification on program end (#16...
Bartek Iwańczuk
2022-11-26
fix(inspector): send "isDefault" in aux data (#16836)
Bartek Iwańczuk
2022-11-26
chore: update rusty_v8 to 0.56.1 (#16835)
Bartek Iwańczuk
2022-09-02
fix(repl): don't terminate on unhandled error events (#15548)
Nayeem Rahman
2022-08-21
chore: use Rust 1.63.0 (#15464)
Mathias Lafeldt
2022-06-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
2022-05-26
chore: upgrade rusty_v8 to 0.43.1 (#14713)
Bartek Iwańczuk
2022-02-07
refactor: factor out CDP message types (#13551)
Leo Kettmeir
2022-01-31
Revert "refactor: factor out CDP message types (#13501)" (#13540)
Bartek Iwańczuk
2022-01-27
refactor: factor out CDP message types (#13501)
Leo Kettmeir
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-04
refactor(core): InspectorSession implements Stream (#13270)
Bartek Iwańczuk
2021-12-30
fix(core): inspector works if no "Runtime.runIfWaitingForDebugger" message is...
Bartek Iwańczuk
2021-12-28
refactor(core): cleanup Inspector implementation (#12962)
Bartek Iwańczuk
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-10-27
chore: update to rusty_v8 0.33.0 (#12564)
Luca Casonato
2021-09-25
refactor: Remove unused code (#12210)
Ryan Dahl
2021-09-05
fix(doc): fix rustdoc bare_urls warning (#11921)
Feng Yu
2021-08-25
refactor: cleanup Inspector and InspectorServer implementations (#11837)
Bartek Iwańczuk
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-05-26
refactor: move JsRuntimeInspector to deno_core (#10763)
Bartek Iwańczuk