I wanted to debug AHK code that calls python script and batch file. I inserted "print SOMETHING" in the python script, but it doesn't seem that the result is not shown to the console.

Is there a special trick to print out the debugging message?

When debugging AHK, what people normally use?

link|improve this question

74% accept rate
feedback

1 Answer

I found this page - http://www.autohotkey.com/forum/topic64248.html

I just put the code DebugMessage("") in front of code, and it seems to print the results on the console.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.