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. Debuger problems

Debuger problems

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 700 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.
  • veujinV Offline
    veujinV Offline
    veujin
    wrote on last edited by
    #1

    Hi. First forgive me my bad english. :c (Really. Its hard to learn.)
    I trying to debug qt console app on Mac el. cap. Debug mode build is selected. Breakpoint is on (*) line. App starts when i press "debug" but its not running. Its look like debugger just freeze. When i press "Stop debug" "kek" file appears in debug folder.
    In debug logs i have found ERROR: Lldb stderr: error: cannot delete one or more categories eerror: cannot delete one or more categories
    (http://pastebin.com/ZWHXPcWd 124 line)

    #include <QCoreApplication>
    #include "graphic.h"
    
    int main(int argc, char *argv[])
    {
        QCoreApplication a(argc, argv);
    *   TGAImage image(100,100,TGAImage::RGB);
        TGAColor red(255,0,0,255);
        Graphic::line(5,5,50,50,image,red);
        image.flip_vertically();
        image.write_tga_file("kek");
        return a.exec();
    }
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      What version of Qt and Xcode are you using ?

      Also, what problem are you getting ? Because currently the only thing that looks Qt in your application is the use of QCoreApplication.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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