LazDebuggerFp (pure): Fixed information in debugline

git-svn-id: trunk@44683 -
This commit is contained in:
joost 2014-04-11 19:42:55 +00:00
parent cb529ed09e
commit 982b409e26

View File

@ -337,7 +337,7 @@ begin
aKernResult := mach_vm_read(FTaskPort, AAdress, ASize, PtrUInt(b), cnt);
if aKernResult <> KERN_SUCCESS then
begin
DebugLn('Failed to read data at address '+FormatAddress(ProcessID)+'. Mach error: '+mach_error_string(aKernResult));
DebugLn('Failed to read data at address '+FormatAddress(AAdress)+'. Mach error: '+mach_error_string(aKernResult));
Exit;
end;
System.Move(b^, AData, Cnt);