{ "info": { "description": "Debug UI Jey-Dai specs.", "helpGroup": "Debug UI Commands" }, "can": { "d": { "help": "Set memory address to view in debugger.", "args": 1, "hints": "
", "usage": [ "Syntax: d \n", "Example: d 0x80003000\n" ] }, "u": { "help": "Set memory address for viewing disassembled Gekko/DSP code.", "args": 1, "hints": "", "usage": [ "Syntax: u \n", "Example: u 0x80003000\n" ] } } }