aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/tool
diff options
context:
space:
mode:
authorEduardo Julian2021-08-13 04:18:57 -0400
committerEduardo Julian2021-08-13 04:18:57 -0400
commite53c1a090eb9cfac3cb23d10d981648d02518ed1 (patch)
tree6c92c186525b6e73032ebea68765b791bcc27516 /documentation/bookmark/tool
parent17629d66062b88b040a2397032f6c08361a5f3a7 (diff)
Made program: specify its bindings the same way as syntax:.
Diffstat (limited to 'documentation/bookmark/tool')
-rw-r--r--documentation/bookmark/tool/debugger.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/bookmark/tool/debugger.md b/documentation/bookmark/tool/debugger.md
new file mode 100644
index 000000000..fb4283d67
--- /dev/null
+++ b/documentation/bookmark/tool/debugger.md
@@ -0,0 +1,12 @@
+# 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/
+