Sign in
Debugging Toolbox
Windbg scripts, debugging and troubleshooting tools and techniques to help you isolate software problems.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASP
Books
Breakpoints
Call Stack
Crash
Disassembly
Exceptions
Hang
Heap Corruption
High CPU
Interview
Just For Fun
Magic Pointers
Memory Leak
Modules
NetWiz Tool
PE Headers
Performance Bottlenecks
Performance Monitor
Personal
PowerDbg Library
PowerDbg Scripts
PowerShell Scripts
Random Thoughts
Read Me
Reporting Services
Serviced Components
SharePoint
Sherlock Tool
Special Commands
SQL Commands
SQL Connections
Stack Corruption
Symbols
Threads
Tracing
Troubleshooting
Windbg Scripts
Archive
Archives
October 2012
(1)
May 2012
(1)
March 2012
(1)
October 2011
(1)
September 2011
(1)
February 2011
(1)
October 2010
(1)
August 2010
(1)
May 2010
(1)
March 2010
(2)
January 2010
(1)
December 2009
(1)
November 2009
(1)
October 2009
(2)
September 2009
(3)
August 2009
(5)
May 2009
(1)
April 2009
(2)
March 2009
(3)
February 2009
(3)
January 2009
(1)
November 2008
(2)
October 2008
(1)
September 2008
(2)
August 2008
(5)
July 2008
(5)
June 2008
(5)
May 2008
(1)
April 2008
(7)
March 2008
(5)
February 2008
(4)
January 2008
(2)
December 2007
(2)
October 2007
(1)
September 2007
(2)
August 2007
(1)
July 2007
(4)
June 2007
(2)
May 2007
(3)
April 2007
(5)
March 2007
(5)
April, 2007
MSDN Blogs
>
Debugging Toolbox
>
April, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Debugging Toolbox
[Windbg Script] Tracing MessageBox calls
Posted
over 6 years ago
by
rafarah
0
Comments
In the past I worked on a support case where I needed to find out if some MessageBox from a C++ application was displayed and, if positive, what the message was. I got inconsistent answers whenever I asked the user, so I didn’t know if the MessageBox...
Debugging Toolbox
[Windbg Script] Extracting Performance Monitor counters from .NET application
Posted
over 6 years ago
by
rafarah
34
Comments
Have you ever had a situation where you find yourself debugging a dump from ASP.NET when suddenly you notice you forgot to get the Performance Monitor log? If sometimes you face this situation, I have great news for you: this script shows you some...
Debugging Toolbox
[Windbg Script] Tracing API calls
Posted
over 6 years ago
by
rafarah
32
Comments
This is a very simple script, yet powerful script. You can use it to see the APIs an application is using from your Windbg screen without using another tool. If you need more details from the APIs, just execute LogViewer.exe and open the .lgv file...
Debugging Toolbox
[Windbg Script] Playing with Notepad
Posted
over 6 years ago
by
rafarah
3
Comments
This is one of my “just for fun” scripts. It’s very simple and has some limitations, but it’s fun! What does it do? Open Notepad.exe then copy and paste a text on it or just write some stuff. After that, open the script and replace the StringsToFind...
Debugging Toolbox
[Windbg Script] Retrieving queries/stored procedures from .NET application
Posted
over 6 years ago
by
rafarah
9
Comments
Ok, you are debugging a .NET application. You need to find out the queries and stored procedures being executed from the threads accessing the database, but you don’t know how. . . Good news! It’s not a problem anymore! This script shows you all the...
Page 1 of 1 (5 items)