Hi all,
I can debug Maya plugin(C++) with CodeBlocks in CentOS7 now, and here is the blog:
http://www.cnblogs.com/yaoyansi/p/3959745.htmlBut I still want to ask a question.
After I attach CodeBlocks to Maya, as the blog says, I have to keep clicking the menu("Debug" > "Start/Continue") until the debugger enters my source code.
Is there any thing wrong?
Because if I set the break point in MSVC and attach MSVC to Maya, the debugger will enter the my source code automatically.
Cheers