aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/tool/debugger.md
diff options
context:
space:
mode:
authorEduardo Julian2021-12-25 22:05:54 -0400
committerEduardo Julian2021-12-25 22:05:54 -0400
commit00d92539208da86557e592a8c8df03d3b08e6b40 (patch)
treea71cc9e5f41c230f07956301263a710689e9dc85 /documentation/bookmark/tool/debugger.md
parent63b45e09c5f5ceb59a48ed05cdc2d2c6cb038a7b (diff)
Dusting off the pure-Lux JVM compiler machinery. [Part 2]
Diffstat (limited to '')
-rw-r--r--documentation/bookmark/tool/debugger.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/documentation/bookmark/tool/debugger.md b/documentation/bookmark/tool/debugger.md
index fb4283d67..f39d1a80d 100644
--- a/documentation/bookmark/tool/debugger.md
+++ b/documentation/bookmark/tool/debugger.md
@@ -1,12 +1,14 @@
# Reference
-1. [Ruby Jard: Just Another Ruby Debugger](https://rubyjard.org/)
-1. [drgn: Scriptable debugger library](https://github.com/osandov/drgn)
-1. [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/)
-1. https://github.com/srg-imperial/SaBRe
-1. https://developer.mozilla.org/en-US/docs/Mozilla/Projects/WebReplay
-1. https://umaar.github.io/performance-debugging-devtools-2018/#/
-1. http://plasma-umass.org/BLeak/
-1. https://clinicjs.org/
-1. http://pev.sourceforge.net/
+0. [tokio-console](https://github.com/tokio-rs/console)
+ 0. [Announcing Tokio Console 0.1](https://tokio.rs/blog/2021-12-announcing-tokio-console)
+0. [Ruby Jard: Just Another Ruby Debugger](https://rubyjard.org/)
+0. [drgn: Scriptable debugger library](https://github.com/osandov/drgn)
+0. [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/)
+0. https://github.com/srg-imperial/SaBRe
+0. https://developer.mozilla.org/en-US/docs/Mozilla/Projects/WebReplay
+0. https://umaar.github.io/performance-debugging-devtools-2018/#/
+0. http://plasma-umass.org/BLeak/
+0. https://clinicjs.org/
+0. http://pev.sourceforge.net/