User forums > Help

no debugger

(1/2) > >>

solar_max:
Hello,

I'm really new on CB and I can't find why my debugger don't stop at any breakpoint. I have access to all debug windows (watch, stack call, etc), can toggle breakpoint, etc, but can't stop on a breakpoint !
I'm working on a wx Project and use the last nighlty build.

-g option is enable.

The only "wrong" thing I could see in the startup log is this :
Plugin resource not found: cbprofiler.zip
C:\Program Files\CodeBlocks/share/codeblocks/plugins/ClearCase.dll: not loaded (missing symbols?)
Plugin resource not found: compilergcc.zip
Plugin resource not found: debuggergdb.zip
Plugin resource not found: pluginwizard.zip

But the compiler is working good !

Any idea ?

Thanks for the help

dje:
Hi !

it seems your installation is not correct.
All the plugins zip files are located in <...>\CodeBlocks\share\CodeBlocks and the plugins dll in <...>\CodeBlocks\share\CodeBlocks\plugins

When that point is OK, did you install mingw or any other compiler debugger ?
C::B is shipped without them.

Dje

tvaster:
Are u sure "Build Target" on tool bar is set to "Debug" and not "Release"?

solar_max:
Hi,

I checked the paths you gived me and the "interessting" thing i see is that i have some differences between the dll name and the zip name (debuggergdb.dll <-> debugger_gdb.zip). Renaming the zip give me a "Plugin without manifest error"

I installed Code::Blocks RC2 with mingw complier from the C::B site. After than I overwrited the RC2 with the nightly build

Build target is debug !

dje:
Hi !

You should extract C::B latest nightly in a fresh directory. RC2 is too old and you must have old plugins garbish that should not be there that may generate your errors; for example, I have only a debugger.zip concerning debugging plugins.

You should look in the wiki for the cookbook or other install articles depending on your OS.

Dje

Navigation

[0] Message Index

[#] Next page

Go to full version