How to WICED debugger thread include application_thread_main

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

From WICED debug, it is appear thread[1] only,

How can I to trace or create thread[?] to debug breakpoint step run?

0 Likes
1 Reply
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

First thread is the main thread shown when the debugging starts.

If the application is started then it is suspended, all created thread will be present to be examined.

It is possible set a break point and the execution will be suspended when the break point is hit.

-Seyhan