Click here to Skip to main content
15,891,513 members
Articles / .NET
Tip/Trick

Just My Threads

Rate me:
Please Sign up or sign in to vote.
4.75/5 (3 votes)
28 Jun 2012CPOL 10.5K   2   2
How to display only threads related to your application in Threads Windows

Introduction

Let's say your application is creating lot of threads. You can inspect these threads in Threads windows in Visual Studio.

The problem is that there are system related threads that are not directly related to your application and it will be nice if those un-related threads could be filtered out of this window. In order to do this, you first click on the Flag icon. This will bring up a menu with one of the options Flag Just My Code as shown in the figure below:

When you click this option, in the Threads window, all your application related threads will be flagged as shown below:

Now you can simply use the Group by option and choose to do the grouping by Flag Indicator.

At this point, you can only leave Flagged Threads group as expanded and focus on the threads related to your application.

I hope you find this tip helpful.

History

  • 29th June, 2012: Initial version

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Canada Canada
Kamran Bilgrami is a seasoned software developer with background in designing mission critical applications for carrier grade telecom networks. More recently he is involved in design & development of real-time biometric based security solutions. His areas of interest include .NET, software security, mathematical modeling and patterns.

He blogs regularly at http://WindowsDebugging.Wordpress.com

Comments and Discussions

 
QuestionNo Image Displayed Pin
CongDanh D.28-Jun-12 18:22
CongDanh D.28-Jun-12 18:22 
AnswerRe: No Image Displayed Pin
Kamran Bilgrami28-Jun-12 18:31
Kamran Bilgrami28-Jun-12 18:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.