mirror of https://gitlab.com/basile.b/dexed.git
fix linux version comp broken
This commit is contained in:
parent
b3a7ffa339
commit
46655ee919
|
@ -1558,7 +1558,7 @@ begin
|
||||||
gdbCommand('break _d_switch_error');
|
gdbCommand('break _d_switch_error');
|
||||||
gdbCommand('-gdb-set mi-async on');
|
gdbCommand('-gdb-set mi-async on');
|
||||||
if not fOptions.stopAllThreadsOnBreak then
|
if not fOptions.stopAllThreadsOnBreak then
|
||||||
gdbCommand('-gdb-set non-stop on');
|
gdbCommand('-gdb-set non-stop on')
|
||||||
else
|
else
|
||||||
gdbCommand('-gdb-set non-stop off');
|
gdbCommand('-gdb-set non-stop off');
|
||||||
fGdb.OnReadData := @gdboutJsonize;
|
fGdb.OnReadData := @gdboutJsonize;
|
||||||
|
|
Loading…
Reference in New Issue