From e53c1a090eb9cfac3cb23d10d981648d02518ed1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 13 Aug 2021 04:18:57 -0400 Subject: Made program: specify its bindings the same way as syntax:. --- documentation/bookmark/tool/debugger.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 documentation/bookmark/tool/debugger.md (limited to 'documentation/bookmark/tool') 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/ + -- cgit v1.2.3