Bug 875332 - add cgdb to the known debuggers list; r=jmaher

This commit is contained in:
Nathan Froyd 2013-05-23 10:56:18 -04:00
parent 5cf638ca73
commit b5b1e03424

View File

@ -30,6 +30,11 @@ DEBUGGER_INFO = {
"args": "-q --args"
},
"cgdb": {
"interactive": True,
"args": "-q --args"
},
"lldb": {
"interactive": True,
"args": "--"