News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Feature Request / Bug report

Started by Isometric God, January 22, 2005, 12:56:59 AM

Previous topic - Next topic

Isometric God

hi,
The DDE server does not work on my winXP machine with codeblocks beta4 and mingw32. The option Settings->Environment->View->On Project Open is not saved at all.
When I close a project CB asks whether to save changes in the project file despite the fact that I didnt change anything.

The standard project with a couple of files added refuses to create symbol tables for GDB even when I turn "generate debug info" on.

And in case of an compiler error it would be very nice if the editor would jump into that line where the error occured.

nonetheless you guys did a fantastic job with that IDE !!

Isometric God

I found the reason for the debugger bug.  GDB needs an absolute path and the one in project options was relative. The problem is that you can´t make the path absolute in CodeBlocks. I did it with notepad and it´s working perfectly fine now.

mike

Quote
GDB needs an absolute path

This is actually a problem, as if you want the project to be shared between different people, the paths MUST be relative. Yannis, is there a way C::B stores the paths as relative ones, and changes to the absolute ones for the tools?

mandrav

No, GDB works with relative paths just fine...
It only seems that a chdir is needed somewhere. I 'll check it and fix it.

Yiannis.
Be patient!
This bug will be fixed soon...

mike

Hi,

It seems it is not fixed in 1.0b5, is it? I get this message and cannot debug :-(

Quote
Selecting target: mingw-debug
Starting debugger: done
No source file named ..\testcases\test.c.
error
exited 1
Debugger finished with status 0

mandrav

Is this a project you can send me, so that I can test it?
Because with the tests I run, it works fine...

Yiannis.
Be patient!
This bug will be fixed soon...