Jump to content

Recommended Posts

Posted

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

Posted

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

Opt('TrayIconDebug', 0); 0=no info, 1=debug line info

This will show the line that is being executed on the Tray Icon

  • Developers
Posted

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

Sure,

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.
  :)

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
×
×
  • Create New...