Sign in
Random Debugging Goodies - (Jackson Davis's Blog)
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
debug engine sample
debugger sos managed dump
Archive
Archives
August 2010
(1)
July 2010
(1)
April 2010
(1)
March 2009
(1)
November 2008
(1)
October 2008
(1)
May 2008
(1)
February 2008
(5)
August 2006
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Random Debugging Goodies - (Jackson Davis's Blog)
Walkthrough3: Breakpoints and Stopping Events now available
Posted
over 5 years ago
by
Jackson Davis MSFT
6
Comments
I have uploaded another walkthrough for the new debug engine sample. This one explains breakpoints, breakpoint binding and stopping events in the sample engine. It is available along-side the other walkthroughs and the actual sample download at http:...
Random Debugging Goodies - (Jackson Davis's Blog)
Debugger QFE for VS 2008 SP1 released
Posted
over 5 years ago
by
Jackson Davis MSFT
3
Comments
The Visual Studio Debugger team has just released a QFE that fixes several problems with the debugger in VS 2008. This fixes several issues while debugging multi-threaded applications in both managed and native code as well as some issues with breakpoints...
Random Debugging Goodies - (Jackson Davis's Blog)
VS 2010 version of DebugEngineSample is now available
Posted
over 3 years ago
by
Jackson Davis MSFT
2
Comments
The Debug engine sample available at http://code.msdn.microsoft.com/debugenginesample has been updated for VS 2010. Changes include porting to use Microsoft.VisualStudio.Debugger.InteropA.dll as the primary PIA, updating registration to load in VS 2010...
Random Debugging Goodies - (Jackson Davis's Blog)
Adding Stepping Support to a Debug Engine
Posted
over 5 years ago
by
Jackson Davis MSFT
2
Comments
One feature that is clearly missing from the current debug engine sample is stepping. The reason it is missing is it only requires one AD7 method to initiate the step and one AD7 event when the step is complete. However, the actual implementation of stepping...
Random Debugging Goodies - (Jackson Davis's Blog)
New Debug Engine Sample!
Posted
over 5 years ago
by
Jackson Davis MSFT
2
Comments
I just released a new sample for writing a Visual Studio Debug Engine. The new engine sample is available at: http:// code.msdn.microsoft.com/debugenginesample This sample ships under the Microsoft Public License which means there is no warentee or...
Random Debugging Goodies - (Jackson Davis's Blog)
Walkthrough1 now available for Debug Engine Sample
Posted
over 5 years ago
by
Jackson Davis MSFT
2
Comments
I have written a guided walkthrough for the new Debug Engine Sample available in VSIP. The walkthrough contains a high-level architecture description and a source code walkthrough of how the sample engnes launches debug processes. It demonstrates: launching...
Random Debugging Goodies - (Jackson Davis's Blog)
VSIP Debug Engine Sample Walkthrough2
Posted
over 5 years ago
by
Jackson Davis MSFT
2
Comments
I have uploaded another walkthrough for the new debug engine sample. This one explains threads and modules in the sample engine, the AD7 events corresponding to them, and the objects that implement them. It is available along-side the other walkthroughs...
Random Debugging Goodies - (Jackson Davis's Blog)
SOS in Visual Studio Part 2
Posted
over 5 years ago
by
Jackson Davis MSFT
2
Comments
I found this old blog post on my box today. I had never gotten around to posting it.Hopefully, this will be useful to someone. In my last SOS post I promised to give a discussion on the CLR data structures you need to debug managed code with SOS...
Random Debugging Goodies - (Jackson Davis's Blog)
Using SOS in Visual Studio
Posted
over 7 years ago
by
Jackson Davis MSFT
1
Comments
One little known feature of Visual Studio 2005 is its ability to load and use the SOS debugging extension. SOS (Son of Strike) is an extension for the debuggers available in Debugging Tools for Windows that makes it possible to symbolically debug managed...
Random Debugging Goodies - (Jackson Davis's Blog)
What to do if your debug engine doesn't create real processes?
Posted
over 5 years ago
by
Jackson Davis MSFT
0
Comments
One thing we get a lot of reports about from people writing custom debug engines is if the engine is doing engine launch (using LaunchSuspended like the engine sample does) and the engine doesn't launch a true win32 process, the debugger will fail the...
Random Debugging Goodies - (Jackson Davis's Blog)
Thoughts on Port Suppliers
Posted
over 3 years ago
by
Jackson Davis MSFT
0
Comments
I get a lot of questions about port suppliers from people who are attempting to write a debug engine. There appears to be a lot of confusion on the subject. IMHO, the concept of Port, and PortSupplier is one of the most confusing aspects of the AD7 architecture...
Random Debugging Goodies - (Jackson Davis's Blog)
New Article on Intellitrace
Posted
over 3 years ago
by
Jackson Davis MSFT
0
Comments
Ian Huff (a developer on Intellitrace) just published a nice article on that new feature of VS 2010. If you're curious about the how Intellitrace works and how it can help track down "no-repro" bugs, this is a good read: http://visualstudiomagazine...
Random Debugging Goodies - (Jackson Davis's Blog)
Undocked window crash QFE now available
Posted
over 4 years ago
by
Jackson Davis MSFT
0
Comments
A fix for a widely reported crash in the Visual Studio 2008 SP1 IDE is now available. This fixes a crash that occurs after changing layouts and then changing modes. The layout changes can be undocking/docking windows, and the mode changes are starting...
Page 1 of 1 (13 items)