From 557bcde357375b929d7722ad0d0eb4ad4e99c144 Mon Sep 17 00:00:00 2001 From: Ferenc- Date: Fri, 18 Sep 2015 23:49:33 +0200 Subject: [PATCH] Add Metashell --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d54770a..cf98dc8 100644 --- a/README.md +++ b/README.md @@ -582,6 +582,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Comparison of debuggers](http://en.wikipedia.org/wiki/Comparison_of_debuggers) - A list of Debuggers from Wikipedia. * [GDB](https://www.gnu.org/software/gdb) - GNU Debugger. * [LLDB](http://lldb.llvm.org/) - The LLDB Debugger. +* [Metashell](https://metashell.readthedocs.org) - An interactive template metaprogramming shell which includes the MDB metadebugger. * [Valgrind](http://valgrind.org/) - A tool for memory debugging, memory leak detection, and profiling. * [x64_dbg](http://x64dbg.com/) - An open-source x64/x32 debugger for windows.