Recompiled QDevelop with absolute path breakpoints and that didn't work. Then I tried it myself and realized the problem was deeper.
-g (write debug symbols) wasn't added to the make c/cxx flags in Makefile.
qmake bug? Something making Makefile is screwing up with the same QDevelop project file.
Recompiled QDevelop with absolute path breakpoints and that didn't work. Then I tried it myself and realized the problem was deeper.
-g (write debug symbols) wasn't added to the make c/cxx flags in Makefile.
qmake bug? Something making Makefile is screwing up with the same QDevelop project file.