Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: twgray on April 19, 2013, 04:18:54 am

Title: Problem debugging plugin in nightly svn on Ubuntu 12.10 64b
Post by: twgray on April 19, 2013, 04:18:54 am
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?
Title: Re: Problem debugging plugin in nightly svn on Ubuntu 12.10 64b
Post by: oBFusCATed on April 19, 2013, 09:25:53 am
Should not be required.
Does pausing a working C::B works?
Title: Re: Problem debugging plugin in nightly svn on Ubuntu 12.10 64b
Post by: twgray on April 19, 2013, 05:53:51 pm
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.