mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +02:00
LazDebuggerFp: Fixed Crash. Initialize DefaultContext for Locals.
git-svn-id: trunk@64393 -
This commit is contained in:
parent
4d205d5b7c
commit
3063ca080a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user