DEBUG: Add Mono Debugging Support.

This commit is contained in:
Alastair Poole 2020-03-06 12:23:47 +00:00
parent b8a43052b9
commit 77be4c4516
1 changed files with 1 additions and 0 deletions

View File

@ -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 },
};