Opened 12 years ago
Closed 12 years ago
#2281 closed Feature Request (Rejected)
Tron-Troff (Trace ON Trace Off)
Reported by: | odaylton@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | Aut2Exe | |
Version: | Severity: | None | |
Keywords: | debub trace | Cc: |
Description
Text translated from Portuguese by google - please apologize for any errors
First I have to thank the development team for product quality and the ease with which it is possible to develop tools with AutoIt.
In 2nd place apologize for disturbing you with my comments but I found relevant the following suggestions:
It would be very useful addition to showing that the line runs, showing a list of the variables used in the current line to facilitate debugging.
I see there are several posts (2006) calling for a Debug more useful.
I'm new in autoit but I'm amazed at their facilities, also use the access 2000 to some applications and despite the old debugger variables allows even edit values during execution of programs.
I have a better suggestion and end to replace the function (TrayIconDebug):
I am of the age of the tron and troff (TRACE ON , TRACE OFF) (Apple II Basic 1985) and would like a policy that could debug step by step the lines with a small window at the bottom of the screen where it shows up the current line and the values of the variables involved in online with only one button ("Next") and to close the program would stop running.
Ex: time X
+ ------------------------------------------------ [x]
| For $ i = 1 to 10 |
| $A = $a+1 => $a=[-6] $A=[3] |
| Next |
+ ----------------------------------------- [Next ] +
Ex: next time ....
+ -------------------------------------------------[x]
| $A = $a+1
| Next => $i = [6]
| Exit
+ ------------------------------------------ [Next ]
Ex: next time ....
+------------------------------------------------- [x]
| $a = -3
| For $ i = 1 to 10 => $i =[7]
| $A = $a +1
+ ----------------------------------------- [Next ] +
Just like that ....
Hope it is not so hard for his genius
Thank you for your attention
Odaylton - Brazil
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by TicketCleanup
- Version 3.3.8.1 deleted
comment:2 Changed 12 years ago by trancexx
- Resolution set to Rejected
- Status changed from new to closed
I love Portugese. It's the most beautiful language for sure.
You should really use the forum where you could discuss your ideas and needs before using the trac. I understand that the language could be a problem, so search for AutoIt Script Brasil, they are focused on AutoIt language and speak Portugese.
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.
Automatic ticket cleanup.