Author Topic: debugger plugin bug report  (Read 8289 times)

Offline u2227

  • Single posting newcomer
  • *
  • Posts: 9
debugger plugin bug report
« on: May 05, 2008, 04:19:05 am »
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 =)