Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main(void) { app_trace_init(); app_trace_log("===== test message ===\r\n"); }
APP_UART_FLOW_CONTROL_DISABLED of comm_params, or ENABLED, these two cases are tested.