Listing used globals - wish for future
I would really like to be able to list which globals are in use. This was possible in another developing tool I used some years ago and was very useful.
It may not be possible to do in MMF but still, I'd like to mention it just in case. <img src="/center/images/graemlins/smile.gif" alt="" />
Re: Listing used globals - wish for future
Do you mean to see them in the debugger? If so, it's done in the build 242 (in the previous builds only the first 26 global values are displayed).
Yves.
Re: Listing used globals - wish for future
[]Do you mean to see them in the debugger? If so, it's done in the build 242 (in the previous builds only the first 26 global values are displayed).[/]
Yes, but also be able to see which ones are used even if there are no values in them until later, they're 'set' but used later.
But I can see now that can't be done for example for all frames in an app. It'll show the ones being in use in the frame you are. Right?
Just being lazy, I try to write it down what they do and where, but I've noticed I missed doing that now and then. <img src="/center/images/graemlins/crazy.gif" alt="" />
Great about the additional globals for build 242!
You and Francois are doing a fantastic job with MMF. <img src="/center/images/graemlins/smile.gif" alt="" />
Re: Listing used globals - wish for future
[]It'll show the ones being in use in the frame you are. Right? [/]
The debugger shows all the global values that are (or have been) used in the application, not only the ones that are used in the frame.
Yves.