2.2 version

Dalede
Posts: 131
Joined: Fri Dec 28, 2012 4:00 pm
Location: Grass Valley, CA, USA
Contact:

Re: 2.2 version

Post by Dalede »

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.
Thanks,
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

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: 2.2 version

Post by Mr. Kibernetik »

Yes, if you activated debug window by pressing debug button, then you will continue program execution by closing debug window.
This mode is intended to free user from printing variables manually when debugging - you can see all variables in one place at any time.

Post Reply