Thread information while debugging Matter samples

Hallo, 

I am currently trying to debug the Matter samples on the NRF5340 DK. They all work fine, but I have a problem with the "Thread Viewer" in VS Code while debugging on target.

With other non-Matter Zephyr samples I had no issue opening the "Thread viewer" to see all Threads with their names, priorities, sates etc. 

Whenever I try to debug a Matter sample it only shows Thread with some id number, which is not helpful. I want to know the names, priorities of the Threads used in the Matter samples.

Thanks for your attention. I’m looking forward to a reply.

 Julius

Parents Reply
  • All Kconfig options for Debugging and optimization levels are the same in these samples. 

    However I found a solution to my Problem. 

    With the Ozone Debugger I can use the Zephyr Plugin with > Project.SetOSPlugin("ZephyrPlugin.js"). Then I open the Zephyr window to see the running Threads with all their Information.

    I still dont know why it wouldn't work with the VS Code gdb Debugger, I did not change any of the Kconfig options. 

Children
Related