hmsSurprise Posted April 13, 2007 Posted April 13, 2007 When running a script from AutoIt or SciTE editors do you have a method for determining where a program is hanging other that display statements of some type? Thanks, jh
Gnat Posted April 13, 2007 Posted April 13, 2007 When running a script from AutoIt or SciTE editors do you have a method for determining where a program is hanging other that display statements of some type?Thanks,jhOpt('TrayIconDebug', 0); 0=no info, 1=debug line infoThis will show the line that is being executed on the Tray Icon
Developers Jos Posted April 13, 2007 Developers Posted April 13, 2007 When running a script from AutoIt or SciTE editors do you have a method for determining where a program is hanging other that display statements of some type?Thanks,jhSure, Add this line at the top of your script .... run and hover your mouse over the trayicon:Opt("TrayIconDebug", 1) ;0=no info, 1=debug line info SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now