Bug 55284 - debugging does not work if builddir != srcdir
Summary: debugging does not work if builddir != srcdir
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-27 15:34 UTC by Caleb Tennis
Modified: 2003-03-10 18:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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