Problem with current dir in debugger
Vladimir Prus
ghost at cs.msu.su
Tue Jun 24 08:54:48 BST 2008
On Tuesday 24 June 2008 10:59:27 Leon Pollak wrote:
> Hello.
>
> After running the debugger I ask it about the current directory (pwd) in the
> gdb window.
> The answer is always the same: .../optimized and does not depend on the build
> configuration which is currently chosen.
>
> Where is the clue?
Build configuration does not have any effect on debugger. It's the debugger
settings that specify which binary to run, and which directory should
be current.
- Volodya
More information about the KDevelop
mailing list