* Fixed an exception on writing a message that setting a breakpoint failed.

git-svn-id: trunk@44384 -
This commit is contained in:
joost 2014-03-09 10:01:32 +00:00
parent 2d16167f02
commit d8b00dc8d0

View File

@ -518,7 +518,7 @@ begin
if not FProcess.WriteData(FLocation, 1, Int3)
then begin
Log('Unable to set breakpoint at $%p', [FLocation]);
Log('Unable to set breakpoint at '+FormatAddress(FLocation));
Exit;
end;
end;