[Bug 50345] Environment set in "Run Options" is ignored when launching debugger
Thomas McGuire
Thomas.McGuire at gmx.net
Thu Mar 29 13:06:10 UTC 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=50345
------- Additional Comments From Thomas.McGuire gmx net 2007-03-29 15:06 -------
Strange, I get the following error when trying to debug KMail:
>Configuration file "$HOME/.kde4/share/config/kmailrc" not writable.
This indicates that $HOME is NOT correctly expanded.
Soon afterwards KMail crashes, which it does not when expanding the variables myself in the Run options.
I currently can not compile the SVN version because of errors, so I use the 3.4 version.
I set the environment variables in
Project -> Project Options -> Run Options -> Environment Variables
In the debugger window, I get the following:
>(gdb) set environment KDEHOME=$HOME/.kde4
>set environment KDEHOME=$HOME/.kde4
>^done
But still, they seem not to be expanded.
More information about the KDevelop-devel
mailing list