mirror of https://gitlab.com/basile.b/dexed.git
#97, non stop option not applied correctly
This commit is contained in:
parent
8dc82b987f
commit
534df12ff9
|
@ -1556,8 +1556,10 @@ begin
|
||||||
gdbCommand('break _d_arraybounds');
|
gdbCommand('break _d_arraybounds');
|
||||||
gdbCommand('break _d_switch_error');
|
gdbCommand('break _d_switch_error');
|
||||||
gdbCommand('-gdb-set mi-async on');
|
gdbCommand('-gdb-set mi-async on');
|
||||||
if fOptions.stopAllThreadsOnBreak then
|
if not fOptions.stopAllThreadsOnBreak then
|
||||||
gdbCommand('-gdb-set non-stop on');
|
gdbCommand('-gdb-set non-stop on');
|
||||||
|
else
|
||||||
|
gdbCommand('-gdb-set non-stop off');
|
||||||
fGdb.OnReadData := @gdboutJsonize;
|
fGdb.OnReadData := @gdboutJsonize;
|
||||||
// launch
|
// launch
|
||||||
cpuViewer.TIObject := fInspState;
|
cpuViewer.TIObject := fInspState;
|
||||||
|
|
Loading…
Reference in New Issue