LazDebuggerFp: Fixed Crash. Initialize DefaultContext for Locals.

git-svn-id: trunk@64393 -
This commit is contained in:
martin 2021-01-15 19:03:01 +00:00
parent 4d205d5b7c
commit 3063ca080a

View File

@ -1392,6 +1392,7 @@ begin
PrettyPrinter := TFpPascalPrettyPrinter.Create(LocalScope.SizeOfAddress);
PrettyPrinter.MemManager := LocalScope.MemManager;
PrettyPrinter.MemManager.DefaultContext := LocalScope.LocationContext;
FResults := TResultList.Create;
for i := 0 to ProcVal.MemberCount - 1 do begin