Skip to main content
Visitor II
November 1, 2021
Question

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

  • November 1, 2021
  • 2 replies
  • 1206 views

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

    This topic has been closed for replies.

    2 replies

    Visitor II
    December 16, 2021

    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

    ST Employee
    December 21, 2021

    Hi,

    You can display ThreadX Thread list as following:

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

    Regards