News:

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

Main Menu

Problem debugging plugin in nightly svn on Ubuntu 12.10 64b

Started by twgray, April 19, 2013, 04:18:54 AM

Previous topic - Next topic

twgray

Actually running C::B 12.11 and trying to debug plugin in nightly build.  I have not built C::B with the -g option but I have built the plugin with degugging enabled.  I have several breakpoints set in the plugin but they are being ignored.  Am I going to have to rebuild C::B with debugging enabled for the entire app?

oBFusCATed

Should not be required.
Does pausing a working C::B works?
(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!]

twgray

Thanks for the response, but I got it working by re-compiling C::B with -g option in src files.  Don't know why this would make a difference, but don't have the time to research.