Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Plugins development
»
Problem debugging plugin in nightly svn on Ubuntu 12.10 64b
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Problem debugging plugin in nightly svn on Ubuntu 12.10 64b (Read 5949 times)
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?
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
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?
Logged
(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
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.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Plugins development
»
Problem debugging plugin in nightly svn on Ubuntu 12.10 64b