Author Topic: Problem debugging plugin in nightly svn on Ubuntu 12.10 64b  (Read 5238 times)

Offline twgray

  • Multiple posting newcomer
  • *
  • Posts: 30
Problem debugging plugin in nightly svn on Ubuntu 12.10 64b
« 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Problem debugging plugin in nightly svn on Ubuntu 12.10 64b
« Reply #1 on: April 19, 2013, 09:25:53 am »
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!]

Offline twgray

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: Problem debugging plugin in nightly svn on Ubuntu 12.10 64b
« Reply #2 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.