Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED] Qt Debug message - Showing inside command windows?
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Qt Debug message - Showing inside command windows?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 972 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maximus
    wrote on last edited by
    #1

    I wanted to debug my software on a Windows PC that is having problems running it.
    Is there a way to see the debug message inside windows like on Mac with the terminal?
    I started the software inside the command line (cmd.exe) but it doesn't print any of the debug message.
    Any help appreciated!

    The problem is with a QWebView not loading the URL on startup on the software, I want to debug and see why it's not loading on his computer.. So far I think it may have to do with SSL because the guy can access the page inside a standard browser. (Page loaded that is causing problem : "https://maximumtrainer.com/login/insideMT":https://maximumtrainer.com/login/insideMT)
    Also checked that his firewall are turned "off"
    Thank you!


    Free Indoor Cycling Software - https://maximumtrainer.com

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi,

      Add
      @
      CONFIG += console
      @

      in the .pro file and recompile.

      157

      1 Reply Last reply
      0
      • M Offline
        M Offline
        maximus
        wrote on last edited by
        #3

        Oh thanks didn't know it would be that easy,
        Will try and see the results!


        Free Indoor Cycling Software - https://maximumtrainer.com

        1 Reply Last reply
        0
        • M Offline
          M Offline
          maximus
          wrote on last edited by
          #4

          Found the problem, I forgot to ship the 2 .dll for OpenSSL with my app
          so that was the problem!
          Thanks Qt!


          Free Indoor Cycling Software - https://maximumtrainer.com

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved