ashraful089 Posted May 12, 2022 Share Posted May 12, 2022 Hi , is there have any debugger for Autoit Script like mikroC or Turbo C. So we novice can see how the code is working and realize codes line by line. please help or suggest me if any debugger available. Thanks in advance Link to comment Share on other sites More sharing options...
Developers Jos Posted May 12, 2022 Developers Share Posted May 12, 2022 https://www.autoitscript.com/wiki/FAQ#How_can_I_debug_my_script.3F 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...
ashraful089 Posted May 12, 2022 Author Share Posted May 12, 2022 i am not realizing how to use it? Link to comment Share on other sites More sharing options...
Musashi Posted May 12, 2022 Share Posted May 12, 2022 47 minutes ago, ashraful089 said: i am not realizing how to use it? You have to read through it "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." Link to comment Share on other sites More sharing options...
ashraful089 Posted May 12, 2022 Author Share Posted May 12, 2022 @Musashisir still now i am reading but nothing found and quiet confused now. Link to comment Share on other sites More sharing options...
Earthshine Posted May 12, 2022 Share Posted May 12, 2022 (edited) i use a logger to debug it log4a udf you can basically forget a gui debugger for it. Edited May 12, 2022 by Earthshine Musashi 1 My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Musashi Posted May 12, 2022 Share Posted May 12, 2022 1 hour ago, ashraful089 said: sir still now i am reading but nothing found and quiet confused now. Writing to a log file as recommended by @Earthshine is a useful approach. For smaller scripts it is often sufficient to use plenty of ConsoleWrites. The @error macro, which is returned by many standard functions and can be set in own ones, is also helpful. Last but not least, most syntax errors are displayed in the SciTE console. You can find these tips and more under the link that @Jos has already provided. Show some effort and read the instructions. There is no magical tool, that will do this work for you. Earthshine 1 "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." Link to comment Share on other sites More sharing options...
Earthshine Posted May 12, 2022 Share Posted May 12, 2022 (edited) i like the logger better though because i can watch the logs as they are created with LogExpert or any Tail program you like. that way my stuff runs and I can put in pauses to inspect stuff i care about. for me it's the most efficient way you can build LogExpert using Visual Studio 2019 or later or just use chocolaty to install it. It's just a unix tail program for windows written in C# Edited May 12, 2022 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now