mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 02:39:37 +02:00
MWE:
* Some minor debugger updates + Added evaluate to debugboss + Added hint debug evaluation git-svn-id: trunk@3065 -
This commit is contained in:
parent
415f03e812
commit
42d2da428a
@ -507,6 +507,15 @@ end;
|
||||
|
||||
function TGDBMIDebugger.GDBStop: Boolean;
|
||||
begin
|
||||
if State = dsError
|
||||
then begin
|
||||
// We don't know the state of the debugger,
|
||||
// force a reinit. Let's hope this works.
|
||||
DebugProcess.Terminate(0);
|
||||
Done;
|
||||
Exit;
|
||||
end;
|
||||
|
||||
if State = dsRun
|
||||
then GDBPause;
|
||||
|
||||
@ -1137,6 +1146,12 @@ end;
|
||||
end.
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.8 2002/11/05 22:41:13 lazarus
|
||||
MWE:
|
||||
* Some minor debugger updates
|
||||
+ Added evaluate to debugboss
|
||||
+ Added hint debug evaluation
|
||||
|
||||
Revision 1.7 2002/05/10 06:57:48 lazarus
|
||||
MG: updated licenses
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user