Other Useful Commands

The Debug view has a few other commands that are useful under some debugging situations:

Disconnecting from a process

Use the Disconnect command () when debugging with CODA (Carbide On-device Debug Agent) to detach the debugger from a process on the device while leaving the device running.

When debugging in stop-mode it will detach the debugger and leave the CPU running on the device.

Instruction Stepping Mode

Activate to enable instruction stepping mode to examine a program as it steps into disassembled code.

Removing all processes

Clears all terminated processes in Debug view.

Other references