mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 06:00:32 +01:00
Debugger, GDB: fixed compile / accidental ifdef...
This commit is contained in:
parent
ed761a0ca4
commit
de4c3ce488
@ -6460,9 +6460,9 @@ function TGDBMIDebuggerCommandExecute.ProcessStopped(const AParams: String;
|
||||
var
|
||||
SigInt, CanContinue: Boolean;
|
||||
S, F: String;
|
||||
ExceptItem: TBaseException;
|
||||
{$IFdef MSWindows}
|
||||
fixed: Boolean;
|
||||
ExceptItem: TBaseException;
|
||||
{$ENDIF}
|
||||
begin
|
||||
// TODO: check to run (un)handled
|
||||
|
||||
Loading…
Reference in New Issue
Block a user