[Bug 59720] The environment variable are not set when debugging
Mario Scalas
mario.scalas at libero.it
Tue Jul 1 19:18:05 UTC 2003
------- 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=59720
------- Additional Comments From mario.scalas at libero.it 2003-07-01 19:16 -------
Works with trollproject here too :-) I have a project with a shared lib and an executable
linked to it: I want to debug it without installing anything, just compile and debug. What I
do is just use as target dir for the library subproject the directory <myprjdir>/lib and
then set in Project Options->Run the variable
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<myprjdir>/lib. Ok, it is not portable but
works pretty nice :D
More information about the KDevelop-devel
mailing list