FogBugz (Case [Issue]10300) Compiler Opal - Opal debuggerMethodMap does not support multiple assignements

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

FogBugz (Case [Issue]10300) Compiler Opal - Opal debuggerMethodMap does not support multiple assignements

Pharo Issue Tracker
A FogBugz case was opened by Clement Bera.

Case ID:      10300
Title:        Opal debuggerMethodMap does not support multiple assignements
Status:       Work Needed
Category:     Bug
Project:      Compiler Opal
Area:         Misc
Priority:     4 - Fix If Time
Milestone:    Pharo3.0: 29/04/2013
Assigned To:  Everyone

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

To reproduce create method :
bar
| a b |
a := b := 1.
1halt.
Run it from workspace, in debugger click restart to step on double assignment. You got an error.
The error is in DebuggerMethodMapOpal>>#rangeForPC:contextIsActiveContext:,
methodNode ir instructionForPC:  pc answers nil ...


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=10300) from this case.

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