LazDebuggerFp: use dsInternalPause to set/unset breakpoints

git-svn-id: branches/fixes_2_0@60168 -
This commit is contained in:
mattias 2019-01-24 09:31:28 +00:00
parent 413834fca3
commit 9ff9dcb919

View File

@ -1751,7 +1751,7 @@ begin
end
else if FQuickPause then
begin
SetState(dsPause);//dsInternalPause;
SetState(dsInternalPause);
&continue:=true;
exit;
end