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. Debugging application outside the qt Creator

Debugging application outside the qt Creator

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 189 Views
  • 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.
  • A Offline
    A Offline
    Ashish Epsilon
    wrote on last edited by
    #1

    Hi guys,

    I have created a Widget application in Qt 6.5.0 using MinGW-64 and need to debug it on the other system(Lattepanda V1). Is there any way to debug the application outside the qt creator?
    I want to create debug log. Does anyone have any idea how to do that?

    Thanks and regards
    Ashish Upara

    JonBJ 1 Reply Last reply
    0
    • A Ashish Epsilon

      Hi guys,

      I have created a Widget application in Qt 6.5.0 using MinGW-64 and need to debug it on the other system(Lattepanda V1). Is there any way to debug the application outside the qt creator?
      I want to create debug log. Does anyone have any idea how to do that?

      Thanks and regards
      Ashish Upara

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Ashish-Epsilon
      (I believe) MinGW comes with the standard gdb debugger, you can always use that from a Command Prompt, nothing to do with Creator.

      A debugger will only be of much use on "another system" if you have the sources there.

      I want to create debug log.

      This has nothing to do with running a debugger. You can put whatever output messages into your code, and send them to file if that is what you want. I don't know what "Lattepanda V1" is, or where qDebug() messages might go under such a system.

      1 Reply Last reply
      1

      • Login

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