[Bug 59720] The environment variable are not set when debugging

Amilcar do Carmo Lucas amilcar at ida.ing.tu-bs.de
Mon Jul 14 14:01:02 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     
amilcar at ida.ing.tu-bs.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From amilcar at ida.ing.tu-bs.de  2003-07-14 14:00 -------
Subject: kdevelop

CVS commit by aclu: 

Allow the user to select a custom directory to run the executable from. BR#60055
I already commited the GUI files to do it in a previous commit, but the current commit makes the corresponding project managment changes to actually make it work!
What it really does:
- Adds the folowing functions to KDevProject class:
          virtual DomUtil::PairList runEnvironmentVars();
          virtual QString runDirectory();
          virtual QString runArguments();
This way the debugger can easily access these values when debuging
Besides that this opens the doors for greater flexibility i.e. debug active target and stuff like that. More to come soon!
PS: also fixes BR#59720

CCMAIL: 60055-done at bugs.kde.org
CCMAIL: 59720-done at bugs.kde.org


  M +19 -6     lib/interfaces/kdevproject.h   1.19
  M +77 -2     parts/adaproject/adaproject_part.cpp   1.5
  M +5 -2      parts/adaproject/adaproject_part.h   1.2
  M +83 -1     parts/antproject/antprojectpart.cpp   1.11
  M +5 -1      parts/antproject/antprojectpart.h   1.4
  M +89 -34    parts/autoproject/autoprojectpart.cpp   1.98
  M +4 -1      parts/autoproject/autoprojectpart.h   1.35
  M +72 -2     parts/customproject/customprojectpart.cpp   1.53
  M +4 -1      parts/customproject/customprojectpart.h   1.15
  M +15 -1     parts/debugger/dbgcontroller.h   1.17
  M +15 -5     parts/debugger/debuggerpart.cpp   1.79
  M +6 -12     parts/debugger/gdbcontroller.cpp   1.49
  M +2 -1      parts/debugger/gdbcontroller.h   1.19
  M +74 -1     parts/pascalproject/pascalproject_part.cpp   1.9
  M +4 -1      parts/pascalproject/pascalproject_part.h   1.2
  M +72 -2     parts/scriptproject/scriptprojectpart.cpp   1.30
  M +6 -3      parts/scriptproject/scriptprojectpart.h   1.10
  M +72 -2     parts/trollproject/trollprojectpart.cpp   1.58
  M +4 -1      parts/trollproject/trollprojectpart.h   1.22




More information about the KDevelop-devel mailing list