Author Topic: Subtle bug...  (Read 4006 times)

Offline Indrekis

  • Multiple posting newcomer
  • *
  • Posts: 31
Subtle bug...
« on: September 26, 2006, 05:10:32 am »
Load project, try to compile it. Suppose compilation failed for some reason.
Load another (unrelated) project, already compiled. On  start of debugging session appears dialog "Build failed. Aborting debugging session..."
After recompiling or running of the new project all work as expected. Just pressing Build (Ctrl-F9) is not enough! This bug exist in both cases - either failed project is closed or still present in the workspace.

I am using CodeBlocks, built from sources,  revision 2977, with the exception that it is built against non-monolithic wxWidgets (2.6.3)  library, under WindowsXP SP2.
« Last Edit: September 26, 2006, 05:26:21 am by Indrekis »

Offline Indrekis

  • Multiple posting newcomer
  • *
  • Posts: 31
Re: Subtle bug...
« Reply #1 on: October 08, 2006, 12:56:06 am »
It looks like the bug is fixed as for revision 3004 :D