I'm porting an application from FreeRTOS to Azure RTOS. In FreeRTOS, it was easy to see the stack high water mark for a thread to see how you were doing on stack size. I haven't found any means of getting that from Azure RTOS. If I turn on the RTOS resource viewer in the debugger (Renesas Views->RTOS->RTOS Resources), it shows information about the threads but no information on stack usage. So far I've had to bump up the stack size simply because a thread crashed, but how do I get the stack usage for a thread to know whether I have enough stack size?