View running threads of process in Xamarin Studio

2019-09-02 16:45发布

问题:

In Mono/Xamarin Studio, is there a way to obtain a list (either by debugging features or a built-in class) of the active threads of the process with names? I can see that there's threads being launched in my application (by outside libraries) but I want to get more information on them.

Gr.Viller

回答1:

Seems like too obvious of an answer, but there is a Threads window in the Debug pane for Xamarin Studio.