Bug 55284

Summary: debugging does not work if builddir != srcdir
Product: [Applications] kdevelop Reporter: Caleb Tennis <caleb>
Component: CPP DebuggerAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Caleb Tennis 2003-02-27 15:34:37 UTC
Version:           cvs (using KDE KDE 3.1)
Installed from:    Compiled From Sources
Compiler:          gcc 2.95 
OS:          Linux

When using builddir!=srcdir in developing, you must still make a symling from srcdir to the executable in builddir, otherwise you cannot debug. 

Why not just use the setting from Project Options also when debugging?

(From Mantia Andras)
Comment 1 András Manţia 2003-03-10 18:59:22 UTC
Subject: kdevelop

CVS commit by amantia: 

Fix debugging when the project is set up to use builddir!=srcdir.

CCMAIL: 55284-done@bugs.kde.org


  M +6 -0      lib/interfaces/kdevproject.h   1.10
  M +5 -0      parts/antproject/antprojectpart.cpp   1.4
  M +1 -0      parts/antproject/antprojectpart.h   1.3
  M +3 -3      parts/autoproject/autoprojectpart.h   1.25
  M +4 -4      parts/customproject/customprojectpart.h   1.11
  M +1 -1      parts/debugger/debuggerpart.cpp   1.52
  M +5 -0      parts/scriptproject/scriptprojectpart.cpp   1.23
  M +3 -2      parts/scriptproject/scriptprojectpart.h   1.9
  M +5 -0      parts/trollproject/trollprojectpart.cpp   1.39
  M +2 -1      parts/trollproject/trollprojectpart.h   1.16