Opened 17 years ago
Closed 17 years ago
#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 , 17 years ago
| Version: | 3.3.0.0 |
|---|
comment:2 by , 17 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Or, you could write your scripts in a way so that they don't crash.

Automatic ticket cleanup.