mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 12:00:29 +02:00
LazDebuggerFp: Do not call QuickPause for "delayed removed" breakpoints.
git-svn-id: trunk@64239 -
This commit is contained in:
parent
ff698f9f85
commit
cbcc64b6eb
@ -2492,7 +2492,7 @@ begin
|
||||
begin
|
||||
TFPBreakpoints(Collection).AddBreakpointToDelayedRemoveList(FInternalBreakpoint);
|
||||
FInternalBreakpoint:=nil;
|
||||
TFpDebugDebugger(Debugger).QuickPause;
|
||||
// TFpDebugDebugger(Debugger).QuickPause;
|
||||
end
|
||||
else
|
||||
ResetBreak;
|
||||
|
Loading…
Reference in New Issue
Block a user