diff -r 000000000000 -r d760517a8095 carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/launchconfig.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/gettingStarted/launchconfig.htm Tue Mar 24 22:20:21 2009 -0500 @@ -0,0 +1,22 @@ + + + + +Debugging a Carbide.c++ plug-in + + + +

Debugging a Carbide.c++ plug-in

+

In order to launch Carbide.c++ in debug mode you need to create an Eclipse runtime debug configuration. Follow these steps.

+
    +
  1. Click the Debug icon () in the task bar or right click on a project and choose Debug As > Open Debug Dialog... You should see the Eclipse launch configuration dialog.
  2. +
  3. Choose Eclipse Application and then click on the New button. A new configuration is created. You should be able to take the default settings which should look like this:
    +
    +
    +
  4. +
  5. Click Debug and you should have a fully functional debug environment around Carbide.c++.
    +
  6. +
+ + + \ No newline at end of file