After a breakpoint, how to see where threads are at in the source code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-01 10:37 AM
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.
Thanks,
Mark
- Labels:
-
AzureRTOS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-15 11:52 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-21 7:37 AM
Hi,
You can display ThreadX Thread list as following:
- Run application
- Go to Window --> Show view --> ThreadX --> ThreadX Thread list
Regards
