Welcome to MSDN Blogs Sign in | Join | Help

April 2006 - Posts

Using a Profiler for inspection

I've gotten some questions about using a profiler to do inspection a managed process. The best blogs to look for on this would be http://blogs.msdn.com/jkeljo and http://blogs.msdn.com/davbr . The inspection problem obviously intersects between debugging
Posted by jmstall | 0 Comments

Felice Pollano: Integrating a debugger into Reflector

Felice Pollano is working on project to make merge Reflector (an IL-->C# decompiler) and Mdbg (a managed debugger). See here for details. I've said at many times this is possible, but have never had the cycles to go do it. (As a side note, there are
Posted by jmstall | 3 Comments
Filed under:

Caught red-handed!

I've been suspicious that a certain application that has been doing network access on their UI thread. (This is a horrible practice and anybody should be embarrassed doing it). I tried to bring up some properties that I knew resulted in a ping to a server
Posted by jmstall | 8 Comments
Filed under:

Is "Module Breakpoint" ambiguous?

How would you define " Module Breakpoint "? 1) "Break when module is first loaded" 2) "Break each time any code in the module is run" 3) something else?
Posted by jmstall | 9 Comments
 
Page view tracker