mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +02:00
* Add start_break_number field to TGDBController object
git-svn-id: trunk@14019 -
This commit is contained in:
parent
8bc0583045
commit
de0f1b2866
@ -23,6 +23,7 @@ type
|
||||
progname,
|
||||
progdir,
|
||||
progargs : pchar;
|
||||
start_break_number,
|
||||
in_command,
|
||||
init_count : longint;
|
||||
constructor Init;
|
||||
@ -245,6 +246,7 @@ end;
|
||||
procedure TGDBController.StartTrace;
|
||||
begin
|
||||
Command('tbreak PASCALMAIN');
|
||||
start_break_number:=last_breakpoint_number;
|
||||
Run;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user