mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 21:59:36 +02:00
FpDebug: Solved AV in StateMachineValid
This commit is contained in:
parent
90472ec714
commit
239b2be664
@ -5887,6 +5887,9 @@ begin
|
||||
if FAddressInfo^.StateMachine = nil then Exit;
|
||||
end;
|
||||
|
||||
Result := FAddressInfo <> nil;
|
||||
if not result then exit;
|
||||
|
||||
// we cannot restore a statemachine to its current state
|
||||
// so we shouldn't modify FAddressInfo^.StateMachine
|
||||
// so use clones to navigate
|
||||
|
Loading…
Reference in New Issue
Block a user