Code::Blocks Forums

User forums => Help => Topic started by: Isometric God on January 22, 2005, 12:56:59 am

Title: Feature Request / Bug report
Post by: Isometric God on January 22, 2005, 12:56:59 am
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 !!
Title: Feature Request / Bug report
Post by: Isometric God on January 22, 2005, 12:29:32 pm
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.
Title: Feature Request / Bug report
Post by: mike on January 22, 2005, 01:59:13 pm
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?
Title: Feature Request / Bug report
Post by: mandrav on January 22, 2005, 11:05:21 pm
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.
Title: Feature Request / Bug report
Post by: mike on February 06, 2005, 01:30:12 pm
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
Title: Feature Request / Bug report
Post by: mandrav on February 06, 2005, 06:28:38 pm
Is this a project you can send me, so that I can test it?
Because with the tests I run, it works fine...

Yiannis.