mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +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
|
||||
else if FQuickPause then
|
||||
begin
|
||||
SetState(dsPause);//dsInternalPause;
|
||||
SetState(dsInternalPause);
|
||||
&continue:=true;
|
||||
exit;
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user