Hi,
I do a test with KL05 source code and could get MCG works in FBI (slow irc) with below code:
//test FBI mode with slow clock
SIM_CLKDIV1 = ( 0
| SIM_CLKDIV1_OUTDIV1(0)
| SIM_CLKDIV1_OUTDIV4(0) );
mcg_clk_hz = fei_fbi(32768,SLOW_IRC);
clk_out_init();
while(1);
And I could measure the PTA15 pin with 32.768KHz clock output.
Please check below attached scope copy.

For the system clock is 32.768KHz, which is too slow. At this situation, the debugger tool will lost connection.
Wish it helps.
B.R.
Ma Hui