I had a development board, and it made COM Port 9.
My custom board with a debug probe made COM Port 10.
I made a new project for my custom board, and changed the debug console under 'Peripherals->Compoents->Utilities'. My board uses FLEXCOMM5. I successfully updated my code and changed to that.
Now if I build and debug my code, it finds the LinkServer, but nothing comes out of the debug console window.
If I open putty, the COM Port 9 is showing all of the debug messages.

I can't find a way to change this anywhere in the MCUXpresso IDE...?
I've tried deleting COM Ports from device manger (Windows10).
I tried deleting the project .launch file.