Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Language Bindings
  4. [Solved]Wouldn't be able to set breakpoint (or) update Gui after adding c libraries
Forum Updated to NodeBB v4.3 + New Features

[Solved]Wouldn't be able to set breakpoint (or) update Gui after adding c libraries

Scheduled Pinned Locked Moved Language Bindings
2 Posts 1 Posters 1.1k 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.
  • P Offline
    P Offline
    pushpa416
    wrote on last edited by
    #1

    Hi there,

    I have created GUI with Qt Creator 5.2.1, I used Qt C++ to create the Gui and what has to happen when I press the button and so on, at that point of time I could be able to set breakpoint and debug the code.

    Now some of the background work was done in C language by someone else, I added all the header files and c files to the qt Source Code. it compiles OK but I couldn't be able to set the break point and can't debug the code, also if I include any line Edit or Label on GUI after compilation those doesn't show up on window, when I press the button nothing happens(for example made it like when I press the button it has to show some thing on the line Edit).

    Could some one help me, how I could overcome this problem (how can I Debug & how to update the Gui) after adding C code to my Qt Code?

    I am running this on Ubuntu ARM Plantform (like Linux).

    Any help would be greatly appreciated.

    Thanks

    1 Reply Last reply
    0
    • P Offline
      P Offline
      pushpa416
      wrote on last edited by
      #2

      I cracked it myself anyway.

      I am not sure what exactly happend, I deleted the system generated file when debug (file name : Qt_PATH_System_Debug) and re compiled in debug mode it works all fine

      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