Modify ↓
Opened 12 years ago
Last modified 2 years ago
#2886 assigned Feature Request
Stack Trace
| Reported by: | anonymous | Owned by: | Jon |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Please show a stack trace (with line numbers) of the called AutoIt functions when the interpreter stops with an error message. Otherwise one can only guess which function called the helper function which caused the error.
If you implement that, then it is probably easy to create new AutoIt functions to read the stack trace without causing an error, which would also be very helpful for custom error messages.
Attachments (0)
Change History (2)
comment:1 by , 6 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 2 years ago
| Owner: | changed from to |
|---|
Note:
See TracTickets
for help on using tickets.

Hi,