News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

debugger plugin bug report

Started by u2227, May 05, 2008, 04:19:05 AM

Previous topic - Next topic

u2227

Maybe I am stupid but that's the best place I could find to file a bug report.
The problem is that code-blocks cannot debug in included files.

For instance I set breakpoint in function test(), and if this function is in main.cpp - everything works. if I create test.cpp, and include it from main, breakpoints do not work anymore, nor step-in, step-over -- nothing.

#include "test.cpp"

I know many developers simply do not put code in includes, stating that includes must be headers. But some other people love to put code in includes.

PS. when message expires as quick as you typed it, is a really annoying feature of this forum =)