Results 1 to 3 of 3

Thread: Application output pane

  1. #1
    Join Date
    Nov 2007
    Posts
    24
    Thanks
    5
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Exclamation Application output pane

    With QtCreator 2.8 under Win7 with CDB debugger, I noticed that all my fprintf(stdout) stuff are not displayed into the **Application Output** tab
    (I added CONFIG+= console)

    I tried:
    fprintf(stderr, "...");

    fprintf(stdout, "..."); fflush(stdout);

    Nothing happens (But the "Run in terminal" option works !?)

    In fact, I noticed that all the output goes to the "debugger log"


    Any idea ?

  2. #2
    Join Date
    Feb 2012
    Location
    Armenia/Yerevan
    Posts
    400
    Thanks
    15
    Thanked 16 Times in 15 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default Re: Application output pane

    Qt Code:
    1. #include <qDebug>
    2.  
    3. qDebug() << "text";
    To copy to clipboard, switch view to plain text mode 

  3. #3
    Join Date
    Nov 2007
    Posts
    24
    Thanks
    5
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Application output pane

    Yes, but I don't want qDebug() for now...

    And even if I add it, still doesn't display on App. pane
    (I'm under QtCreator 2.8 rc)

Similar Threads

  1. Replies: 3
    Last Post: 27th August 2011, 21:44
  2. Qt Creator Can I post links to code lines in output pane using external tools?
    By mrsomeonee in forum Qt Tools
    Replies: 0
    Last Post: 25th August 2011, 13:15
  3. Clear Application Output Pane
    By paolo.saudin in forum Newbie
    Replies: 2
    Last Post: 7th May 2011, 11:05
  4. Automatic clearing of Application Output Pane
    By piotr.dobrogost in forum Qt Tools
    Replies: 0
    Last Post: 4th August 2009, 20:56
  5. font size in Application Output Pane
    By piotr.dobrogost in forum Qt Tools
    Replies: 0
    Last Post: 4th August 2009, 20:55

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.