10-11-2021 05:08 AM
Hello,
With CVI Labwindows, it is possible to show the "Thread list" by the debugger menu "Windows"/"Threads".
Is it possible to get the same information (or at least the thread count) programmaticaly?
(I'm having threads leaks, and try to understand where does it come from, unfortunately theses threads are not named).
Best regards,
Serge
10-18-2021 02:47 AM
Hi,
I think there is no option from which we can use the Thread window automatically.
Information regarding to the Thread Window.
The Threads command opens the Threads window, which lists the threads in the program being
debugged. Use this window to select the threads whose local variables and call stack you want to view.
When you double-click a thread from this window, LabWindows/CVI displays the local variables for
the selected thread in the Variables and Call Stack window and displays the current source position of
the thread in the Source window. The Up Call Stack, Down Call Stack, and Call Trace commands in
the Run menu display information about the currently selected thread.