Sign in
MarioHewardt
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
4.5
DEBUGGING
MSPFE
SOS
WINDBG
Archive
Archives
March 2013
(1)
June 2012
(2)
May 2012
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MarioHewardt
Visual Studio 2012 and WinDbg Integration
Posted
over 1 year ago
by
Mario Hewardt
11
Comments
Microsoft has always provided two primary debugging experience: Visual Studio and Debugging Tools for Windows (a.k.a WinDbg). Each debugger provided a very different debugging experience (both from a capabilities point of view as well as usability). WinDbg...
MarioHewardt
Visual Studio 2012 and Parallel Watch Window
Posted
over 1 year ago
by
Mario Hewardt
2
Comments
Traditionally, debuggers have been very per thread centric. For example, a debugger most typically will assign a thread to be the current thread and any thread related debug operations you perform will be done on the selected thread. In order to work...
MarioHewardt
More Efficiently Debug the Managed Heap Using SOS 4.5
Posted
3 months ago
by
Mario Hewardt
1
Comments
More often than not, when we investigate the managed heap using SOS we use the all powerful !DumpHeap command. It's an incredibly useful command to get in depth detail on what currently resides on the heap. Let's look at an example of the abbreviated...
MarioHewardt
The Non Blocking Monitor Wait
Posted
over 1 year ago
by
Mario Hewardt
0
Comments
One of key things we are taught about lock constructs in general is that a thread will wait indefinitely on a lock to become available before being allowed to continue. Is that always true? Not quite. Let’s take a look at a simple piece of code...
Page 1 of 1 (4 items)