Hi all,
First, my config : Debian Lenny 32 bits, C::B svn 6297, packages by Jens.
I currently get a Segfault when running one of my programs. It happens when doing a strlen.
I have specified the "executing working directory" in "Project > Properties > Build target" (for both Release and Debug targets).
The default path work when I run my program with "Run" or "Build and run" icons.
But when I use "Run to cursor" to debug my program, the "executing working directory" doesn't seem to be handled, so my program terminates because it hasn't found an image which it has to load : an exception occurs, I handle it and close the program.
But this occur before the Segfault, so I can't see when it occurs !
The question is : How could I specify the "executing working directory" for GDB ? Without that, I can't debug my program.
