Hi,
I enabled
| #define BSPCFG_ENABLE_IODEBUG | 1 |
and then change
#if BSPCFG_ENABLE_IODEBUG
#define BSP_DEFAULT_IO_CHANNEL "iodebug:"
#define BSP_DEFAULT_IO_CHANNEL_DEFINED
After I compiling the code and run it, it did print "Hello word" from the IDE console. But it stops at "unable to retrieve disaseembly data from backend"

I don't know if I need set something else?
Thank you.
-Daniel