开发者

Debugging CMake based application in Netbeans

开发者 https://www.devze.com 2023-01-26 21:54 出处:网络
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 th

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消