Machsupport Forum
Mach Discussion => Mach Screens => Machscreen Screen Designer => Topic started by: stevehuck on January 05, 2019, 11:00:16 AM
-
I've been using machscreen to automate some code writing. Is there an easy way to debug code. In vb you can step through code and watch variables change and step through loops in real time. Can that be done in machscreen? I'm almost to the point where I have to put code in one line at a time and test it before moving on so if there is trouble I know where to find it.
-
Hi,
MachScreen doesn't support debugging scripts. You can debug scripts within Mach3 using either Menu Operator -> VB-Script editor or Menu Operator -> Edit Button Script
Klaus
-
That is pretty slick. I had no idea that existed. Thank you for the help.