Should be able to run the program line by line, it would make it easier to diagnose faults in the program then having to keep running the program till the fault occurs
because the pop up fault in the script or code is not very descriptive and being able jog upto the issue will be able to find the problem faster
You can do that by adding “pauses” to the program by clicking the line numbers. If you do this with every line you can step through each of the “paused” lines.
ok my next suggestion if that’s the case, Have the option to pause all lines of the program so u can untick as you go. It would be tedious having to pause 500 lines off program.
You can single step through most parts of a program without adding pauses. It doesn’t seem to work in my pallet nodes (shaded blue) but just about everything else works.
When your program starts (or gets close to the area you want to step through), hit the PAUSE button on the bottom of the screen. That will enable the button next to it (between the PAUSE and STOP buttons). Click that middle button and it will step to the next node. Press that same button every time you want to step.
You cant add Pauses inside If Statements!
I have a program with nested if statements and it almost impossible to see what’s happening. adding a step by step function would really be a big help.
All major Robot manufacturers have this function and it makes life so much easier.
The Pause button is also ineffective because again it doesn’t pause within a function like an if statement it just runs the whole thing!