Jump to content

Show Errors in EXE


Recommended Posts

Hello, I need errors to show with a compiled script. I made some software that works fine on my pc, but I compiled it and gave it to someone and he gets an array error but it does not say what array value has the error. How do I tell the exe to give me the full error?

Thanks.

Matt.

Link to comment
Share on other sites

The error you get is everything that is available. If you need more then you have to build some sort of logging function yourself. I suggest you look at _FileWriteLog() and put some of them after/before any important step in your script. It will be simple but it will tell you approximately where the error are so you can inspect that code more closely.

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