FogBugz (Case [Issue]11245) Debugging - Debugger show incorrect variables values

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]11245) Debugging - Debugger show incorrect variables values

Pharo Issue Tracker
A FogBugz case was edited by AndreiChis.

Case ID:      11245
Title:        Debugger show incorrect variables values
Status:       Work Needed
Category:     Bug
Project:      Debugging
Area:         Misc
Priority:     1 - Show Stopper !!!!!!
Milestone:    Pharo3.0: 30/03/2014
Assigned To:  Everyone

URL:          https://pharo.fogbugz.com/default.asp?11245

Had a quick look:
EyeDebuggerContextInspector>>addSpecialFields: uses tempNamed: to get the value of a variable.
The old debugger uses namedTempAt: to get the value based on the index of the variable (ContextVariablesInspector>>selection and ContextPart>>tempsAndValues).

If in EyeDebuggerContextInspector>>addSpecialFields: I replace tempNamed: with namedTempAt:, and use the index, it will produce the same output as the old debugger. So the problem should be in tempNamed: and namedTempAt:


You are subscribed to this case.  If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.fogbugz.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=11245) from this case.

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker