Debugger, GDB: fixed compile / accidental ifdef...

This commit is contained in:
Martin 2025-10-12 12:42:28 +02:00
parent ed761a0ca4
commit de4c3ce488

View File

@ -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