Better debugging options
1. Permanently visible debug menu while running an app
Especially when it comes to the larger apps / codes I would wish for an easier way to debug the code. As far as I know, the only way to truly debug the code as it runs, is by pressing the button. And unfortunately that is not too easy either, as after a few clicks, the whole menu at the bottom of the screen with these play buttons on disappears. And so you'll have to drag the screen up and down and then press the button every time you want it to run another line. Maybe you could make this menu permanently visible?
2. Breakpoints and watch list, for local and global variables
Now I've been programming quite a bit in Borland Delphi, a few years ago, and been using this kind of debugging quite a lot. What I would hope for is a way to insert breakpoints also in the Tasker code, so that it could run to this point before stopping, and then I could run one line at a time or eventually run until the next breakpoint. In addition to that it would be a great help to be able to access some kind of Watch List, to check the value of different variables as the code is running. Now I know I can check this in the VARS list over global variables, but it would be great to be able to check some of the local variables as well.