User forums > Help

Feature Request / Bug report

(1/2) > >>

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

--- End quote ---


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.

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

--- End quote ---

Navigation

[0] Message Index

[#] Next page

Go to full version