Modify ↓
Opened 8 years ago
Closed 8 years ago
#3251 closed Bug (No Bug)
@ScriptLineNumber as optional parameter in stripped script not working as expectde
Reported by: | cosote@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | Other | |
Version: | 3.3.14.2 | Severity: | None |
Keywords: | @ScriptLineNumber | Cc: |
Description
@ScriptLineNumber as optional parameter is quite useful for custom debug/trace functions. And the value is from caller scope as I hoped.
Unfortunately the Au3Stripper /rsln is not putting the line# in function call, rather as default option in func declaration.
Only work-a-round I see currently is putting the @ScriptLineNumber in all calls as parameter...
Attachments (0)
Change History (1)
comment:1 Changed 8 years ago by Jos
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Please post this in the Forum so we can discuss your issue.
Closed as No-Bug for the moment
Jos