Debug Commands 

#


Use the debug commands to inspect the debug configuration and to change the debug mode.
For more information about debugging using the board controller, see the debugging overview.
Commands | Description |
|---|---|
Get information about the current debug configuration. | |
Get or set the debug mode. |
dbg info#
Gets information about the current debug configuration.
Command Line Syntax
$ dbg infoCommand Line Example
$ dbg info
------ Debug Interface Status ------
Set mode : MCU
Active mode : MCU
Target Voltage : 3.27 V
External cable state : Disconnected
# debug connections : 0
AEM current : 4.73 mAdbg mode#
Gets or sets the debug mode. Will store the debug mode by default if the option --nostore is not supplied.
Command Line Syntax
$ dbg mode [dbgMode] [--nostore]Command Line Examples
$ dbg mode
Current debug mode: MCU
$ dbg mode out
Debug interface mode changed to OUT.
Debug interface mode saved.
$ dbg mode mcu --nostore
Debug interface mode changed to MCU.