mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 18:40:41 +02:00
break;points dialog now gets the items without debugger
git-svn-id: trunk@3085 -
This commit is contained in:
parent
656fea83a4
commit
0bff9f505f
@ -486,7 +486,6 @@ end;
|
||||
function TGDBMIDebugger.GDBGetText(const AExpression: String ): String;
|
||||
var
|
||||
S: String;
|
||||
ResultList: TStringList;
|
||||
begin
|
||||
if not ExecuteCommand('x/s %s', [AExpression], S, True)
|
||||
then begin
|
||||
@ -1727,6 +1726,9 @@ end;
|
||||
end.
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.15 2003/05/28 08:46:24 mattias
|
||||
break;points dialog now gets the items without debugger
|
||||
|
||||
Revision 1.14 2003/05/28 00:58:50 marc
|
||||
MWE: * Reworked breakpoint handling
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user