Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1062 by
[hidden email]: The GT-Debugger doesn't declare
variables created while debugging
http://code.google.com/p/moose-technology/issues/detail?id=1062Describe the problem: what do you get? what do you expect?
When debugging, if you define a new variable in a debugged method, the
variable is not declared when you save.
How to reproduce the problem: step by step if necessary
For example, debug :
{ 1 .2 } asOrderedCollection
Go into.
In the method asOrderedCollection, write:
temp := self as: OrderedCollection.
^ temp
After saving, the temp variable is not declared and the method is compiled
without the declaration.
Additional information: platform, context which may impact the problem
Latest Moose 5.0 - W7
Please fill in the labels with the following information:
* Type-Defect
* Component-GTDebugger
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev