Hi @davenadler ,
Thank you so much for your interest in our products and for using our community.
First, I recommend referring to the MCUXpresso IDE FreeRTOS Debug Guide for detailed requirements and configuration steps:
https://www.nxp.com/webapp/Download?colCode=UG10059&appType=license&location=null
Second, regarding your issue, please try the following actions to address the likely root cause:
1: Set configENABLE_BACKWARD_COMPATIBILITY to 0 in FreeRTOSConfig.h
A similar case was reported in the NXP Community, where setting this macro to 0 resolved the problem of an empty FreeRTOS Task List.
Please apply the same fix to test whether it resolves your issue.
Solved: Freertos debug issue - NXP Community
2: Follow the configuration described in Section 4.2 (SEGGER J‑Link probes) of the MCUXpresso IDE 25.06 FreeRTOS Debug Guide
FreeRTOS thread-aware debugging for SEGGER J‑Link is disabled by default, and you must explicitly enable the RTOS plug‑in (GDBServer/RTOSPlugin_FreeRTOS) in your J‑Link Launch Configuration.
Wish it helps you
Best Regards
MayLiu