cancel
Showing results for 
Search instead for 
Did you mean: 

After a breakpoint, how to see where threads are at in the source code

MButsch
Associate III

After a breakpoint, I would like to look at my other threads and see where (line of code / function) they are either running or suspended at.

All i see in the call history is __get_ispr_value(), which may be true but is not helpful.

0693W00000GW6bVQAT.pngThanks,

Mark

2 REPLIES 2

Hello @MButsch​ ,

Take a look at this reference (6.1 Azure® RTOS ThreadX page 183).

This may help you.

Please click on Select as Best if my post fully answered your question. This will help other customers with the same issue to find the solution faster!

BeST Regards,

Walid

STM32_ZA
ST Employee

Hi,

You can display ThreadX Thread list as following:

  • Run application
  • Go to Window --> Show view --> ThreadX --> ThreadX Thread list

Regards