git-svn-id: trunk@18836 -
This commit is contained in:
paul 2009-02-27 09:34:06 +00:00
parent f48e79bee7
commit 2521adfc9c

View File

@ -225,7 +225,7 @@ type
property Line: Integer read GetLine;
property Source: String read GetSource;
property SourceLine: Integer read GetSourceLine; // the current line of this breakpoint in the source
// this may differ from th location set
// this may differ from the location set
// todo: move to manager ?
property Valid: TValidState read GetValid;
end;