From 77be4c4516cac8da42b76c94374719f45a909305 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Fri, 6 Mar 2020 12:23:47 +0000 Subject: [PATCH] DEBUG: Add Mono Debugging Support. --- src/bin/edi_debug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/edi_debug.c b/src/bin/edi_debug.c index 4eee101..23fd043 100644 --- a/src/bin/edi_debug.c +++ b/src/bin/edi_debug.c @@ -40,6 +40,7 @@ Edi_Debug_Tool _debugger_tools[] = { { "memcheck", "valgrind", "--tool=memcheck", NULL, NULL, NULL, NULL }, { "massif", "valgrind", "--tool=massif", NULL, NULL, NULL, NULL }, { "callgrind", "valgrind", "--tool=callgrind", NULL, NULL, NULL, NULL }, + { "Mono Debug", "mono", "--debug", NULL, NULL, NULL, NULL }, { NULL, NULL, NULL, NULL, NULL, NULL, NULL }, };