Tarik Soulami: Anatomy of a debugging investigation
Microsoft Press Blog
Home
»
Microsoft Press
»
Microsoft Press
»
Tarik Soulami: Anatomy of a debugging investigation
Blog Actions
Share this
RSS Feed
Tags
Authors
/
Best Practices
/
Book excerpts
/
C#
/
Certification
/
Developers
/
ebooks
/
Events
/
Excel
/
Home & Business
/
IT Professionals
/
IT Pros
/
Microsoft Press
/
MVPs
/
New books
/
Office
/
Office 365
/
SharePoint
/
SQL Server
/
Training Kits
/
Visual Studio
/
Windows
/
Windows 7
/
Windows Phone
/
Windows Server
/
Tarik Soulami: Anatomy of a debugging investigation
Posted:
9 months ago
by
Devon Musgrave
|
0
Share this:
This guest post is by Tarik Soulami, a Principal Development Lead at Microsoft and author of Inside Windows Debugging: A Practical Guide to Debugging and Tracing Strategies in Windows , which is getting very positive reviews on Amazon . Enjoy! Tarik here. When you think of scripts, you don’t usually think of threads, synchronization or deadlocks. However, that was precisely the curious bug I had to investigate a few weeks ago. The script I was trying to write had a simple goal: parse the standard and error outputs from another existing command-line tool (a console application), and write the processed (modified) text to the command prompt. The repro case My console application tool was fairly complex, but I was able to simulate the hang condition even with the following simple program: //
...read more
$core_v2_language.FormatString($core_v2_language.GetResource('Blog_PostQuestionAnswerView_CommentsCountFormatString'), $post.CommentCount)
Read the complete post at
blogs.msdn.com/.../tarik-soulami-anatomy-of-a-debugging-investigation.aspx
Developers
,
Windows