Modify ↓
#898 closed Feature Request (Rejected)
More Detail in "AutoIt Error" window?
| Reported by: | exodius | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Using this on a "AutoIt Error" window with the "Line -1:...Error: Array variable subscript badly formatted" gives me the PID of the offending process.
MsgBox (0, "", WinGetProcess ("AutoIt Error"))
This made me wonder if that sort of information could just be added to the error since the executable producing the error obviously knows what its PID is. This just helps with identifying which (if you have a lot of AutoIt scripts running like I do) is the script that ended up with a problem and shouldn't bother anyone who doesn't run a lot of scripts at once.
Attachments (0)
Change History (2)
comment:1 by , on Apr 10, 2009 at 3:00:02 PM
| Version: | 3.3.0.0 |
|---|
comment:2 by , on Apr 10, 2009 at 4:59:51 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Or, you could write your scripts in a way so that they don't crash.
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.