Now ,I use MCU S32K116,SDK 3.0,and configure a RTOS in IDE,use function xTaskCreateStatic create task,then compiler success,and debugger,I found that OS couldnot run normally,I check the confuration,didn't find any issue,I click button resume,code run,when I click button suspend,code couldn't stop,the error is "Remote 'g' packet reply is too long" in the column debugger console,because this error,I could not debugger my code.How do I fix this issue?