mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 23:58:14 +02:00
* Fixed an exception on writing a message that setting a breakpoint failed.
git-svn-id: trunk@44384 -
This commit is contained in:
parent
2d16167f02
commit
d8b00dc8d0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user