help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [bug] Debug report wrong line number


From: Gwenael Casaccio
Subject: [Help-smalltalk] [bug] Debug report wrong line number
Date: Tue, 28 May 2013 01:48:12 -0700

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:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]