Cannot place breakpoints in subproject
-
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. -
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.
-
@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...