LazDebuggerFp: Do not call QuickPause for "delayed removed" breakpoints.

git-svn-id: trunk@64239 -
This commit is contained in:
martin 2020-12-19 17:06:29 +00:00
parent ff698f9f85
commit cbcc64b6eb

View File

@ -2492,7 +2492,7 @@ begin
begin
TFPBreakpoints(Collection).AddBreakpointToDelayedRemoveList(FInternalBreakpoint);
FInternalBreakpoint:=nil;
TFpDebugDebugger(Debugger).QuickPause;
// TFpDebugDebugger(Debugger).QuickPause;
end
else
ResetBreak;