Annex script debugging using Breakpoints

Recurrent H/W and software problems
Post Reply
User avatar
Electroguard
Posts: 836
Joined: Mon Feb 08, 2021 6:22 pm
Has thanked: 268 times
Been thanked: 317 times

Annex script debugging using Breakpoints

Post 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
User avatar
Nighthawk
Posts: 7
Joined: Fri Feb 19, 2021 5:23 pm
Has thanked: 20 times
Been thanked: 2 times

Re: Annex script debugging using Breakpoints

Post 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
Zim
Posts: 280
Joined: Mon Feb 08, 2021 9:15 pm
Has thanked: 253 times
Been thanked: 128 times

Re: Annex script debugging using Breakpoints

Post by Zim »

Wow is right!! Thanks Electroguard

Zim
nedudgi
Posts: 17
Joined: Tue Feb 09, 2021 7:01 pm
Location: Budapest, Hungary
Has thanked: 61 times
Been thanked: 2 times

Re: Annex script debugging using Breakpoints

Post 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.
User avatar
Electroguard
Posts: 836
Joined: Mon Feb 08, 2021 6:22 pm
Has thanked: 268 times
Been thanked: 317 times

Re: Annex script debugging using Breakpoints

Post 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.
Post Reply