mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 17:19:23 +02:00
DBG: fix commit 30567 #ffbe3af869: Error handling by user was broken
git-svn-id: trunk@30571 -
This commit is contained in:
parent
bad4e3f9a3
commit
c01ac77642
@ -4215,7 +4215,7 @@ end;
|
||||
|
||||
function TGDBMIDebuggerCommandExecute.DoExecute: Boolean;
|
||||
|
||||
function HandleRunError(ARes: TGDBMIExecResult): Boolean;
|
||||
function HandleRunError(var ARes: TGDBMIExecResult): Boolean;
|
||||
var
|
||||
s, s2: String;
|
||||
List: TGDBMINameValueList;
|
||||
|
Loading…
Reference in New Issue
Block a user