* Some minor debugger updates
  + Added evaluate to debugboss
  + Added hint debug evaluation

git-svn-id: trunk@3065 -
This commit is contained in:
lazarus 2002-08-18 08:57:26 +00:00
parent 415f03e812
commit 42d2da428a

View File

@ -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