Jump to content

.au3 to .exe


Recommended Posts

when I run my script from the script editor window, I can print the code line in case there is an error.

whe I run the .exe script it prints a 1 instead of the actual code line number.

how do I make the .exe to print the script line numbers or compile it with debug enabled???

Link to comment
Share on other sites

  • Developers

when I run my script from the script editor window, I can print the code line in case there is an error.

whe I run the .exe script it prints a 1 instead of the actual code line number.

how do I make the .exe to print the script line numbers or compile it with debug enabled???

You cannot.... muttley

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

Link to comment
Share on other sites

  • Developers

I just want to track which script line number the .exe was executing???

I understand what you want to do but the only thing I can think of is to add filewrite() statements to a tracelog file or something like that when you want the "trace" a compiled script.

There is no line nbr information because the compiled script is stripped of its commentlines.

Jos

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

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