Stop Mode Debug Example
This example shows how to create and build an application and debug it on a device using stop-mode.
The basic steps include:
- Verify that your SDK or customer kit is recognized in the Symbian SDKs panel.
- Create project or Import the project's bld.inf file into Carbide.c++
- Build your Project using an ARM compiler
- Build ROM if required
- Create a Symbian OS Simulator launch configuration
- Launch the debugger
With stop mode debugging you can use the Carbide.c++ IDE to debug any target type within the Symbian OS.
Attach to Process
Use Attach to Process to debug any binaries outside the workspace. The methods to do this include:
- Select a process in the Symbian OS Data view, then click Debug to launch the debugger which then attaches to the selected process. Ensure that the debug version of the binary is included in the Executables view in order to set and hit any breakpoints.
- UNKNOWN??? Create an Symbian OS Device (Attach to Process) launch configuration using the New Launch Configuration Wizard for the project
Related Tasks