Jump to content

Recommended Posts

Posted

Hello Guys,

Another questions from a newb.

I am wondering if there is a way to debug an autoit script during runtime, just like in Java or C++ for example. If we can put breaks on certain lines so that the script stops at that specific line and we can actually view the contents of each variable...

If there is it would be so much easier to debug our programs. Does anyone have a clue??

Thank you. Your help will be appreciated.

Posted

Hello Guys,

Another questions from a newb.

I am wondering if there is a way to debug an autoit script during runtime, just like in Java or C++ for example. If we can put breaks on certain lines so that the script stops at that specific line and we can actually view the contents of each variable...

If there is it would be so much easier to debug our programs. Does anyone have a clue??

Thank you. Your help will be appreciated.

there is Opt("TrayIconDebug",1) which shows you the line of code currently running when you hover the mouse over the Autoit icon

appart from that you'd have to write debug code which puts up a message box or do ConsoleWrite() if using Scite to run the script

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
  • Recently Browsing   0 members

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