Hello Guest it is April 19, 2024, 06:51:04 AM

Author Topic: Machscreen code debug?  (Read 2612 times)

0 Members and 1 Guest are viewing this topic.

Machscreen code debug?
« 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.
Re: Machscreen code debug?
« Reply #1 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
The brain isn't a soap, it doesn't shrink when used.
Re: Machscreen code debug?
« Reply #2 on: January 06, 2019, 07:00:40 AM »
That is pretty slick. I had no idea that existed. Thank you for the help.