I have converted a CMake based application to Netbeans project on Ubuntu. The problem is that, although I can run the application, I am unable to debug the code (something for which I did the whole thing). I have tried to reset the "Console Type" and "Terminal Type" properties in Properties->Ru开发者_StackOverflow中文版n tab. Although it works for projects built "with Netbeans" but apparently its not working for CMake based applications. Any help would be greatly appreciated. Thanks Ikram
Have you set the build type in CMake to be Debug?
精彩评论