id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2281,Tron-Troff (Trace ON Trace Off),odaylton@…,,"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",Feature Request,closed,,Aut2Exe,,None,Rejected,debub trace,