mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 15:58:37 +02:00
lldb debugger: BreakPoints
git-svn-id: trunk@58475 -
This commit is contained in:
parent
2325bf85bd
commit
0b4c0d8df6
@ -854,11 +854,8 @@ begin
|
||||
exit;
|
||||
end;
|
||||
|
||||
if FBreakID = 0 then begin
|
||||
Assert(false, 'update // FBreakID = 0');
|
||||
SetBreakPoint;
|
||||
if FBreakID = 0 then // SetBreakPoint may have failed / nothing to do
|
||||
exit;
|
||||
end;
|
||||
|
||||
case Kind of
|
||||
bpkSource, bpkAddress:
|
||||
|
@ -356,7 +356,7 @@ begin
|
||||
|
||||
if StrMatches(AData, ['', 'unrecognized option', 'disable', '']) then begin
|
||||
FLldbNoDisableError := True;
|
||||
MarkAsFailed;
|
||||
//MarkAsFailed; // next line will be error
|
||||
exit;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user