Author Topic: A few problems  (Read 4220 times)

zero

  • Guest
A few problems
« on: October 07, 2006, 05:34:36 pm »
First of all - sorry for my English.
Code::Blocks is simply amazing - great work, guys! I use it under windows and linux (gentoo) and found some ?bugs?:

problem: Whenever I start debugging session, Code::Blocks opens a copy of each file in which breakpoints has been set.

steps to reproduce:
1. Create a new console application project (using C languadge for example).
2. Set breakpoint to line printf("Hello, world!\n");
3. Run debug session.
As result, a new tab with copy of main.c has been created. It seems like that problem only presents in linux version of codeblocks (built from SVN without any third party patches).
------------------------------------------------------------------

problem: Names of new created files, displayed in "Open file list" window are wrong.

steps to reproduce:
1. Select menuitem File / New / Empty file.
2. In dialog window "Add file to project" click "Yes" button.
3. In next dialog type something different, than "Untitled" and click "Save".
4. Click "OK" button in dialog "Multiple selection".
5. Look at the "Open file list" window. The name of the file remains "Untitled".

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: A few problems
« Reply #1 on: October 07, 2006, 05:42:09 pm »
could you post the first problem in our bug tracker at berlios.

your second problem is fixed since last night and the first time that fix will be available is in .... TONIGHT's nightly ;-)