mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 875332 - add cgdb to the known debuggers list; r=jmaher
This commit is contained in:
parent
363223655e
commit
3d8d9eb5d4
@ -30,6 +30,11 @@ DEBUGGER_INFO = {
|
||||
"args": "-q --args"
|
||||
},
|
||||
|
||||
"cgdb": {
|
||||
"interactive": True,
|
||||
"args": "-q --args"
|
||||
},
|
||||
|
||||
"lldb": {
|
||||
"interactive": True,
|
||||
"args": "--"
|
||||
|
Loading…
Reference in New Issue
Block a user