Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started 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?
-
Should not be required.
Does pausing a working C::B works?
-
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.