Carbide icon

What's new...

  • Eclipse Debugger for C/C++ — Carbide now uses the Eclipse Debugger for C/C++ (EDC) as its default debugger. EDC provided an entirely new Debug view with all of the standard debug features like variables, breakpoints, watchpoints, disassembly, and all the other views required to run a debugging session. In addition, EDC provides the framework to add new debug features like snapshots.
  • TCF Debug Agents – Using Eclipse’s Target Configuration Framework, a new set of debug agents are used with the new EDC debugger to provide a completely new end-to-end debug environment.
  • CODA replaces TRK as the debug agent on remote devices. CODA (Carbide On-device Debug Agent) uses the TCF interface to provide improved communication support between the Carbide debugger and the remote device.
  • Plug-n-Play Debug Discovery – a new method where Carbide can detect a debug target (phone device, PlatSim, etc) and automatically connect and configure the target so debugging can be initiated.
  • Snapshots – Save the state of a debug session for later review. Multiple snapshots are stored in a debug album to be shared with others or used for comparing different debug sessions.
  • New SDK Manager – The developer can add and manage SDKs in the Symbian SDKs panel. The tool lists all available SDKs and can rescan system drives for newly installed and supported SDKs.
  • Improved Raptor support – The Build Configuration Filter selects which platforms are visible when creating new projects or build configurations. The results of this preference panel are used to populate the build configurations when importing new projects.
  • New Carbide.c++ portal view – The new Carbide.c++ Portal view provides easier access to
    • Welcome and getting started information including videos, blogs, and much more
    • Installing and updating Symbian SDKs using the SDK Manager
    • Customizing the Carbide workspace to better suit your needs
    • Support information
  • Customized Carbide environment — Carbide introduces Plugin Discovery Sites where you can search for and download Carbide plugins to customize your Carbide environment. Think of it as an app store for plugins. It uses the Eclipse P2 feature to provide a common framework for finding, installing, updating, and removing plugins from the Carbide environment.
  • Improved UI — Carbide's UI has been streamlined and minimized to a core set of functionality, mainly that of creating Symbian projects, building and debugging them. Context menus have been reworked to show a minimum set of options. If your favorite option is missing, you can use the Capability preference panel or the Customize Perspective dialog to add favorite commands back onto the context menus.
  • Performance improvements — We continue to address known performance issues as they reveal themselves. This release provides improvements for:
    • Stack frames — in the Debug view stack frames were displayed once the symbol tables were completely read. For large symbol files this sometimes slowed down the display and hence the ability to continue debugging. Now the Debug view will show a subset of stack frames after a set time and update the remainder once it has finished scanning the symbol file.
    • Executables view — eliminated several use cases that forced the Executables list to update to frequently.
    • Large symbol tables supported — The Carbide symbol reader has been rewritten to provide faster access to symbols and to handle very large symbol files (larger than 10GB).
  • Carbide examples and tutorials
  • Key Shortcuts

Join the Symbian developer community...

Reference - visit the Symbian Wiki for updated information, downloads, and tips. Other areas of developer interest include:

Community - ask Carbide.c++ questions and get answers from other Carbide.c++ developers at the Symbian Forums

Use the Carbide Bugzilla page to submit bug reports and enhancement requests that will help us create better tools for everyone. Remember to register using a valid email address so that you can receive updates on your bug submissions.


Carbide is based on Eclipse. For more information visit eclipse.org