mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 06:55:59 +02:00
debugger: reusing the code of stopping the initialization process
git-svn-id: trunk@61773 -
This commit is contained in:
parent
962dcfc053
commit
50b2c4921c
@ -240,11 +240,7 @@ begin
|
||||
|
||||
if ipkeep then begin
|
||||
srv := TGDBMIServerDebugger(FTheDebugger);
|
||||
if Assigned(srv.InitProc) then begin
|
||||
srv.InitProc.Terminate(0);
|
||||
srv.InitProc.Free;
|
||||
srv.InitProc := nil;
|
||||
end;
|
||||
srv.StopInitProc;
|
||||
srv.InitProc := ip
|
||||
end else
|
||||
ip.Free;
|
||||
|
BIN
ide/lazarus.res
BIN
ide/lazarus.res
Binary file not shown.
Loading…
Reference in New Issue
Block a user