*** empty log message ***
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
19990825-09:02 GMT+1 Antonio Linares <alinares@fivetech.com>
|
||||
* source/debug/tbrwtext.prg
|
||||
* Improved display functionality.
|
||||
|
||||
19990825-09:02 GMT+1 Antonio Linares <alinares@fivetech.com>
|
||||
* source/debug/debugger.prg
|
||||
+ Breakpoints already working.
|
||||
|
||||
@@ -50,6 +50,7 @@ return Self
|
||||
|
||||
METHOD GotoLine( nLine ) CLASS TBrwText
|
||||
|
||||
DispBegin()
|
||||
if nLine > ::nLine
|
||||
while ::nLine < nLine
|
||||
::Down()
|
||||
@@ -61,6 +62,7 @@ METHOD GotoLine( nLine ) CLASS TBrwText
|
||||
end
|
||||
::ForceStable()
|
||||
endif
|
||||
DispEnd()
|
||||
|
||||
return nil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user