core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_debug_multiple_projects.htm
author fturovic <frank.turovich@nokia.com>
Fri, 06 Aug 2010 14:28:38 -0500
changeset 1791 727385d8e2b3
parent 1754 a1e1c11d5a44
child 1951 4809919782c0
permissions -rw-r--r--
added new customize carbide section and some relinking done for deleted duplicate page

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Debugging Multiple Projects</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body >
<h2>Debugging Multiple Projects</h2>
<p>Use the <a href="prj_import_exe.htm">import Symbian executable</a> feature to import another project's executable into a main project to debug them both in a single debugging session. This works very well when every executable you import uses the same debug <a href="../../projects/launch/launch_configs_overview.htm">launch configuration</a>, enabling you to switch between the various executables as necessary to debug each in turn or together. For example, you could debug an application project as well as the two DLL projects that it uses, in a single debug session.</p>
<p class="note"><b>NOTE</b> You must have the executable's project  in order to embed that executable into the main project for debugging. </p>
<div class="step">
  <h4>Configuring to Debug Multiple Projects </h4>
  <ol>
    <li><a href="prj_import_exe.htm">Import</a> one or more project executables into the current project</li>
  <p>The debugger loads the executable into the project.</p>
    <li> Debug the project using the same debug launch configuration </li>
     <p>The debugger loads the project and all embedded executables for debugging.</p>
  </ol>
</div>
<h5>Related Tasks</h5>
<ul><li><a href="../WorkingwithSDKs.html">Working with SDKs</a></li>
</ul>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

</body>
</html>