carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/launchconfig.htm
author cawthron
Tue, 24 Mar 2009 22:20:21 -0500
changeset 2 d760517a8095
child 12 6b79ffb176c5
permissions -rw-r--r--
new
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
cawthron
parents:
diff changeset
     2
<html>
cawthron
parents:
diff changeset
     3
<head>
cawthron
parents:
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
cawthron
parents:
diff changeset
     5
<title>Debugging a Carbide.c++ plug-in</title>
cawthron
parents:
diff changeset
     6
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
cawthron
parents:
diff changeset
     7
</head>
cawthron
parents:
diff changeset
     8
<body bgcolor="#FFFFFF">
cawthron
parents:
diff changeset
     9
<h2>Debugging a Carbide.c++ plug-in</h2>
cawthron
parents:
diff changeset
    10
<p>In order to launch Carbide.c++ in debug mode you need to create an Eclipse runtime debug configuration. Follow these steps.</p>
cawthron
parents:
diff changeset
    11
<ol>
cawthron
parents:
diff changeset
    12
  <li> Click the <b>Debug</b> icon (<img src="../img/btn_debug.png" width="17" height="16" align="absmiddle">) in the task bar or right click on a project and choose<strong> Debug As</strong> &gt;<strong> Open Debug Dialog...</strong> You should see the Eclipse launch configuration dialog. </li>
cawthron
parents:
diff changeset
    13
  <li>Choose <b>Eclipse Application</b> and then click on the <b>New</b> button. A new configuration is created. You should be able to take the default settings which should look like this:<br />
cawthron
parents:
diff changeset
    14
    <br />
cawthron
parents:
diff changeset
    15
  <img src="../img/launch_config.JPG" width="799" height="573" /> <br />
cawthron
parents:
diff changeset
    16
</li>
cawthron
parents:
diff changeset
    17
  <li>Click <strong>Debug</strong> and you should have a fully functional debug environment around Carbide.c++.<br /> 
cawthron
parents:
diff changeset
    18
  </li>
cawthron
parents:
diff changeset
    19
</ol>
cawthron
parents:
diff changeset
    20
<div id="footer">Copyright &copy; 2009 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></div>
cawthron
parents:
diff changeset
    21
</body>
cawthron
parents:
diff changeset
    22
</html>