Jump to content

How to see where it got hung up?


Recommended Posts

One way I do it is to create a status field in my window, and update that status field as the program cycles through its various activities. Another is to put a MsgBox in your code. If it pops up, you know you got at least that far.

Hope that helps!

Link to comment
Share on other sites

#AutoIt3Wrapper_Run_Debug_Mode=Y

Will display in the console where you are at in the script.

Kerros===============================================================How to learn scripting: Figure out enough to be dangerous, then ask for assistance.

Link to comment
Share on other sites

One way I do it is to create a status field in my window, and update that status field as the program cycles through its various activities. Another is to put a MsgBox in your code. If it pops up, you know you got at least that far.

Hope that helps!

I like to use MsgBoxs' or I use ProgressOn() progressSet() and ProgressOff() it displays a nice little progress bar as the script runs..
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...