Sebastian Holzgreve
Hi, I found the solution: My problem was that the default project configuration which created by "./configure {CONFIGURE_FLAGS}" doesn't do a build with debug information. So ./configure {CONFIGURE_FLAGS} CXXFLAGS="-g
-O0" has to be called before, and then debug is working.
Sorry for the stupid question
before.
Kind regards, Sebastian
|
|