User forums > Help
Breakpoint Being Ignored <with full debugger log>
dcbdbis:
Now that C::B RC-2 is installed and built against wxWidgets 3.....
Can someone provide me with a procedure to install the wxSmith plugin in this rev?
I went into the src tree where the source lives....but attempting to execute the classic ./configure......make........sudo make install"[/i] fails. The configure script is not present, and the plugin was not built when I originally built C::B 13.12-RC2.
I would appreciate some assistance, then it appears I am good to go.... I would like to stay on this release as it is wxWidgets 3 friendly.
Sincerely,
Dave
Jenna:
To build all contrib-plugins (including wxSmith), run the configure-script with --with-contrib-plugins=all, to build just some of the plugins, look into the output of the configure-script with --help parameter.
dcbdbis:
Thank You!
Sincerely,
Dave
wayne.workman2012:
Hello,
I'm learning C++, and chose Code::Blocks as my IDE of choice.
This is because it seems to be the only one that will install correctly on Fedora 21.
I'm having problems with breakpoints. They are ignored.
I've set the option for Settings -> Compiler -> Compiler Settings to -g and ensured that -s is off.
I've also made sure that the path my project is in doesn't contain spaces, and the project name itself doesn't have spaces.
I'm lost. Just need guidance.
Thanks,
Wayne
oBFusCATed:
Two things you can try:
1. Inspect the debuggers log for errors
2. Try to debug the program with gdb directly from a terminal and see if it works.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version