Comment #1 on issue 1062 by chisvasi...@gmail.com: The GT-Debugger doesn't declare variables created while debugging http://code.google.com/p/moose-technology/issues/detail?id=1062
Thanks for spotting this.
I almost fixed it, but right now the main problem is the compiler wants to report the error to a text morph. And getting the text morph from a glamour presentation is not possible. I could add a service in a text presentation that compiles some text in the context of a morph. This way the presentation just offers the compilation service, which is implemented in the renderer.
@Doru does this sound ok?