mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 21:39:21 +02:00
GdbmiDebugger, Test: minor fixes
git-svn-id: trunk@64957 -
This commit is contained in:
parent
474161d379
commit
3bfe6e5a2c
@ -714,6 +714,7 @@ begin
|
||||
Src := GetCommonSourceFor(AppDir + 'ExceptTestPrg.pas');
|
||||
TestCompile(Src, ExeName);
|
||||
|
||||
FGotExceptCount := 0;
|
||||
dbg := StartGDB(AppDir, ExeName);
|
||||
try
|
||||
dbg.Exceptions.Add('MyExceptionIgnore').Enabled := False;
|
||||
|
@ -1778,6 +1778,7 @@ begin
|
||||
end;
|
||||
|
||||
dbg := StartGDB(AppDir, TestExeName);
|
||||
try
|
||||
try
|
||||
FWatches := Watches.Watches;
|
||||
|
||||
@ -1878,9 +1879,11 @@ begin
|
||||
exit;
|
||||
end;
|
||||
end;
|
||||
dbg.Done;
|
||||
CleanGdb;
|
||||
dbg.Free;
|
||||
finally
|
||||
dbg.Done;
|
||||
CleanGdb;
|
||||
dbg.Free;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TTestWatches.TestWatches;
|
||||
|
Loading…
Reference in New Issue
Block a user