mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 06:39:26 +02:00
LazDebuggerFp: use dsInternalPause to set/unset breakpoints
git-svn-id: branches/fixes_2_0@60168 -
This commit is contained in:
parent
413834fca3
commit
9ff9dcb919
@ -1751,7 +1751,7 @@ begin
|
|||||||
end
|
end
|
||||||
else if FQuickPause then
|
else if FQuickPause then
|
||||||
begin
|
begin
|
||||||
SetState(dsPause);//dsInternalPause;
|
SetState(dsInternalPause);
|
||||||
&continue:=true;
|
&continue:=true;
|
||||||
exit;
|
exit;
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user