News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

[SOLVED]Question about debugging Maya with CodeBlocks in CentOS7

Started by yaoyansi, September 06, 2014, 06:53:24 PM

Previous topic - Next topic

yaoyansi

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.html

But 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



oBFusCATed

Disable Catch C++ Exceptions in the setting of the debugger and it should work fine.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

yaoyansi

Quote from: oBFusCATed on September 06, 2014, 08:59:47 PM
Disable Catch C++ Exceptions in the setting of the debugger and it should work fine.
Thanks, it works!