Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Cannot place breakpoints in subproject
Forum Updated to NodeBB v4.3 + New Features

Cannot place breakpoints in subproject

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 218 Views 2 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    I have added progressdialog example as subproject.
    I can run it but I cannot place breakpoints...
    I also do not understand what is the message outlined in yelloow telling me.

    ed130cc0-de1b-42f4-8e69-97775224f444-image.png

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mchinand
      wrote on last edited by
      #2

      Is main.cpp part of more than one of your sub-projects? If so, that yellow warning is stating that It doesn't know which sub-project (and primarily, the sub-project's settings/configuration) to use for the syntax highlighting. There should be an added drop-down menu at the top of the edit window to select the context (sub-project) that it should use. Also, it's unusual for a main.cpp file to be part of two sub-projects.

      A 1 Reply Last reply
      0
      • M mchinand

        Is main.cpp part of more than one of your sub-projects? If so, that yellow warning is stating that It doesn't know which sub-project (and primarily, the sub-project's settings/configuration) to use for the syntax highlighting. There should be an added drop-down menu at the top of the edit window to select the context (sub-project) that it should use. Also, it's unusual for a main.cpp file to be part of two sub-projects.

        A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        @mchinand said in Cannot place breakpoints in subproject:

        Is main.cpp part of more than one of your sub-projects? If so, that yellow warning is stating that It doesn't know which sub-project (and primarily, the sub-project's settings/configuration) to use for the syntax highlighting. There should be an added drop-down menu at the top of the edit window to select the context (sub-project) that it should use. Also, it's unusual for a main.cpp file to be part of two sub-projects.

        ...but I should be able to set breakpoints and run / debug ONLY subprojct.
        I'll check for the other menu...

        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