Issue status update for
http://smalltalk.gnu.org/node/770
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/770
Project: GNU Smalltalk
Version: <none>
Component: Base classes
Category: bug reports
Priority: normal
Assigned to: Unassigned
Reported by: MrGwen
Updated by: MrGwen
Status: active
When in a VisualGST workspace I debug '1 printNl'
I step multiple times to : Integer>>#printString:
after two steps it goes to the wrong line number (14)
when it should be 8 or 6.
It seems that
^lineMap at: (aContext ip + 1 max: 1) ifAbsent: [1] fix the problem
in Debugger>>currentLineIn:
_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk