Click here to Skip to main content
15,867,835 members
Articles / Programming Languages / C#

Filtering Threads in a Multi-Project Solution

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
15 Aug 2012CPOL2 min read 9.4K   1  
Effective way of debugging multi-threaded application in a multi-project solution
This tip shows an effective way of debugging where you need to debug threads that are created in a particular project in an enterprise application.
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

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