mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 18:08:35 +02:00
Debugger, LLDB: reworded misleading message: "Debugger stopped" => "Process stoppend"
This commit is contained in:
parent
3eb79656c0
commit
64380b2fd2
@ -943,7 +943,7 @@ const
|
||||
var
|
||||
CanContinue: Boolean;
|
||||
begin
|
||||
Debugger.DoException(deExternal, Format('Debugger stopped with reason: %s', [AStopReason]), Debugger.FCurrentLocation, '', CanContinue);
|
||||
Debugger.DoException(deExternal, Format('Process stopped with reason: %s', [AStopReason]), Debugger.FCurrentLocation, '', CanContinue);
|
||||
|
||||
SetDebuggerState(dsPause); // after GetLocation => dsPause may run stack, watches etc
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user