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. 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:


  3. Click Debug and you should have a fully functional debug environment around Carbide.c++.