HansHenrik Posted November 2, 2014 Share Posted November 2, 2014 (edited) I've been using AutoIt for years, anyway, i wanted some better ways to debug my scripts, i wanted a debugger.. stack trace, inspect variables, and most importantly, breakpoints & stepping, seems like AutoIt doesn't have any of this. but seems like AutoHotKey does have (per http://fincs.ahk4.net/scite4ahk/pages/debugger.htm ), additionally, i don't have source code access to AutoIt, so there's not much i can about it either; so... opinions? also i wonder, is there any plans to make debugging tools for AutoIt? Edited November 2, 2014 by HansHenrik Link to comment Share on other sites More sharing options...
Developers Jos Posted November 2, 2014 Developers Share Posted November 2, 2014 so... opinions? also i wonder, is there any plans to make debugging tools for AutoIt? Nope considdering changing to AutoHotKey I guess you should do that indeed. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
water Posted November 2, 2014 Share Posted November 2, 2014 Did you search the forum? You would have found - at least - the following >script. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
HansHenrik Posted November 2, 2014 Author Share Posted November 2, 2014 (edited) @water yes, i found a few things like Debug.au3 , as for the script you suggested, it just gives this error when i try to run anything https://cdn.mediacru.sh/J7PNdA4OapT4.png , and im not sure how to fix that; also, it wouldn't surprise me if a debugger who's last release was in 2009, is not compatible with autoit versions of 2014 you know? also, the AutoIt language doesn't seem that damn flexible; is the debugger reading this stuff from the interpreter's memory? (in which case i'd guess the debugger needs to be updated for each new build of the interpreter) @Jos gotcha Edit: nvm about the wrapper issue, found it at https://www.autoitscript.com/autoit3/scite/download/AutoIt3Wrapper.exe ; also, the debugger seem to work to some extent! (i wonder how it does that.. is there an AutoIt3.exe IPC API im not aware of or something? ) Edited November 2, 2014 by HansHenrik Link to comment Share on other sites More sharing options...
mLipok Posted November 2, 2014 Share Posted November 2, 2014 (edited) it wouldn't surprise me if a debugger who's last release was in 2009, is not compatible with autoit versions of 2014 :ohmy: you know? ??? Click here: Rev 0.47.0 - 10 Sep 13 Edited November 2, 2014 by mLipok jaberwacky 1 Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
JohnOne Posted November 2, 2014 Share Posted November 2, 2014 After being a member and presumably used AutoIt for 6 years odd, I'd have also assumed you would not needed to ,and thought that this and that "seemed" to be this, and "seemed" to be that. A man of unmonkey like autohotkey brain puss would know one way or the other. Please be, clear, honest, and precise. Instead of that nonsense up there. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
TheSaint Posted November 3, 2014 Share Posted November 3, 2014 @JohnOne - Have you been drinking again? I really struggled to understand what you wrote. As for the OP, I advise what Jos said, for if AutoIt is not in your heart to the extent, that you really can't get along without a good debugger etc, then I expect it is time you moved on ... though be advised, AutoHotkey, does not have much respect in normal circles, especially in the corporate world (so I'm told). Is that what you were trying to say JohnOne? Make sure brain is in gear before opening mouth! Remember, what is not said, can be just as important as what is said. Spoiler What is the Secret Key? Life is like a Donut If I put effort into communication, I expect you to read properly & fully, or just not comment. Ignoring those who try to divert conversation with irrelevancies. If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it. I'm only big and bad, to those who have an over-active imagination. I may have the Artistic Liesense to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage) Link to comment Share on other sites More sharing options...
jvanegmond Posted November 3, 2014 Share Posted November 3, 2014 If you're ever wondering "Hmm, maybe I should go check out X?" then reserve an afternoon and go try out X! I've personally tried every new language I could get my hands on for the past 5 years or so and am a better software dev because of it. mLipok, MikahS and TheSaint 3 github.com/jvanegmond Link to comment Share on other sites More sharing options...
JohnOne Posted November 3, 2014 Share Posted November 3, 2014 @JohnOne - Have you been drinking again? I really struggled to understand what you wrote. No. This is a troll is who, instead of asking for source code of AutoIt outright and straight, concocts some bullshit cry baby whine about how he's going to AutoHotkey instead because things "seem" to be this and that. Things don't "seem" to be what they are, they are what they are, and if this weapon has been an AutoIt user for all those years he'd know that. Instead he comes out with a heap of shit like that that, as though the owner is going to say "Okay then, I really value you as a free software leech, I wield to you debugging demands, and oh by the way, here's the source code". Jackass. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
MikahS Posted November 3, 2014 Share Posted November 3, 2014 Pretty laughable if you ask me (or don't). I think I'll let JohnOne's words sink over you again. As, no one here owes or at this point wants to give you anything. Jackass. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted November 3, 2014 Moderators Share Posted November 3, 2014 Hi all,As this thread has now got personal, I think it is time to close it. M23 MikahS 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts