Machsupport Forum

Mach Discussion => Mach Screens => Machscreen Screen Designer => Topic started by: stevehuck on January 05, 2019, 11:00:16 AM

Title: Machscreen code debug?
Post 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.
Title: Re: Machscreen code debug?
Post by: Klaus1311 on January 06, 2019, 05:03:35 AM
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
Title: Re: Machscreen code debug?
Post by: stevehuck on January 06, 2019, 07:00:40 AM
That is pretty slick. I had no idea that existed. Thank you for the help.