Page 1 of 1

Annex script debugging using Breakpoints

Posted: Sat Mar 13, 2021 11:57 pm
by Electroguard
A video example showing how to debug an Annex script using the Editors powerful built-in Break-point and Single-Step features...
https://youtu.be/9MGu2bchGp0

Re: Annex script debugging using Breakpoints

Posted: Sun Mar 14, 2021 1:13 am
by Nighthawk
Wow! Robin,
That was an excellent tutorial!
Thank you for taking the time.
I am continuously amazed at the power of Annex and what can be done with such an inexpensive little device.

Everyone should watch this.
cheers
Dwight

Re: Annex script debugging using Breakpoints

Posted: Sun Mar 14, 2021 4:12 pm
by Zim
Wow is right!! Thanks Electroguard

Zim

Re: Annex script debugging using Breakpoints

Posted: Sun Mar 14, 2021 10:46 pm
by nedudgi
Thank You!
Now I know, what the heck is that red marking in the editor page.
Now I am sure, that I missed something in the documentation.

Re: Annex script debugging using Breakpoints

Posted: Mon Mar 15, 2021 12:11 am
by Electroguard
I couldn't find any documentation, so the video shows what I picked up for myself after a bit of stumbling in the dark... is why I did the video, cos is much easier when you know! The main points are:
1. The program counter moves on from the current line number unless reset by clicking Stop.
2. Click GetVariables to display the Variable Value at the current line number, else it will keep showing its previous value.