Thanks,Mr. Kibernetik wrote:All labels will be local.
Debugging will be implemented. This will look like that:
on command OPTION DEBUG ON extra button will appear on top toolbar. When pressing this button at runtime, program execution will suspend and debug window will appear. On this debug window there will be a full list of all variables indicating their current values. Also, when in debug mode program crashes, debug window will appear automatically.
The stop command should also enter debug mode if set. It would also be useful if the debug screen had a continue option to continue where it left off. What else will be displayed? The current executing line would be nice. What can we do in debug mode?
Dale