The Artima Developer Community
Sponsored Link

.NET Buzz Forum
GThreadCop

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Mark Levison

Posts: 877
Nickname: mlevison
Registered: Jan, 2003

Mark Levison an agile software developer who writes Notes from a tool user.
GThreadCop Posted: Nov 29, 2004 5:45 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Mark Levison.
Original Post: GThreadCop
Feed Title: Mark Levison
Feed URL: /WebLog/error.aspx?aspxerrorpath=/WebLog/mlevison/Rss.aspx
Feed Description: Musings on No Touch Deployment, .NET development and photography
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Mark Levison
Latest Posts From Mark Levison

Advertisement

 GThreadCop

.NET profiler that monitors your GUI application and report any violation of calling GUI code on non-GUI thread. GUI code is defined as any non-static method member of System.Windows.Forms.Control class (you can control accessibility) Non-GUI thread is the thread that didnot create the corresponding Control derived object. While VS2005 provides similiar reporting (by throwing InvalidOperationException while running under debugger) this profiler does a more complete job. For example it doesn't rely on get_Handle to be called as this can change with time

Seems like a useful tool. I think we do a pretty good job on this front - but its always good to test.


This Blog Hosted On: http://www.DotNetJunkies.com/

Read: GThreadCop

Topic: Sam Gentile INETA Springfield MO .NET UG April 26, 2005 Previous Topic   Next Topic Topic: Perception of System Security

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use