Debugging AHK (Auto Hot key) - how can I print out debug string in python script to console?How to run python...

Has the laser at Magurele, Romania reached a tenth of the Sun's power?

Offset in split text content

"Oh no!" in Latin

Is there a distance limit for minecart tracks?

Writing in a Christian voice

Why does the frost depth increase when the surface temperature warms up?

Why is "la Gestapo" feminine?

Pre-Employment Background Check With Consent For Future Checks

What is the purpose of using a decision tree?

A seasonal riddle

Make a Bowl of Alphabet Soup

Air travel with refrigerated insulin

Why do Radio Buttons not fill the entire outer circle?

How to get directions in deep space?

1 John in Luther’s Bibel

Is this saw blade faulty?

Why is implicit conversion not ambiguous for non-primitive types?

What is this high flying aircraft over Pennsylvania?

When is the exact date for EOL of Ubuntu 14.04 LTS?

Checking @@ROWCOUNT failing

Weird lines in Microsoft Word

Put the phone down / Put down the phone

Magnifying glass in hyperbolic space

Do native speakers use "ultima" and "proxima" frequently in spoken English?



Debugging AHK (Auto Hot key) - how can I print out debug string in python script to console?


How to run python script in AHK?How can I run a script, and then emulate ^V with Auto Hot Key (AHK)?Run auto hot key script whenever I start PCHow to run python script in AHK?on AHK how can I combine ALT+E+B into one hot keyCreate an AHK to do a specific task automaticallyAHK keymapping and JoysticksAutohotkey: Use Space + Alt + q to trigger actionsAutoHotkey - application loosing focus when enabling full screen modeAHK: How to use a Hotkey in conjunction with GUIAutoHotKey script replace backslashes with forward slashes













1















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?










share|improve this question














bumped to the homepage by Community 11 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    1















    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?










    share|improve this question














    bumped to the homepage by Community 11 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      1












      1








      1








      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?










      share|improve this question














      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?







      keyboard autohotkey






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 16 '11 at 19:11









      prosseekprosseek

      2,337154970




      2,337154970





      bumped to the homepage by Community 11 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 11 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          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.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f336509%2fdebugging-ahk-auto-hot-key-how-can-i-print-out-debug-string-in-python-script%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            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.






            share|improve this answer




























              0














              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.






              share|improve this answer


























                0












                0








                0







                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.






                share|improve this 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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Sep 16 '11 at 19:24









                prosseekprosseek

                2,337154970




                2,337154970






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f336509%2fdebugging-ahk-auto-hot-key-how-can-i-print-out-debug-string-in-python-script%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                    Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                    looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...