-
Recent Posts
Recent Comments
Archives
- April 2009
- February 2008
- January 2008
- November 2007
- October 2007
- September 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- January 2006
- November 2005
- August 2005
- July 2005
- May 2005
- April 2005
- March 2005
Categories
Meta
Category Archives: Debugging with VS
Using Visual Studio 2005 as the postmortem debugger
I often set windbg as the post-mortem debugger (run windbg -IS to make it happen), but today we wanted to use Visual Studio. Here’s what we needed to do: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug] "Debugger"="vsjitdebugger.exe -p %ld" "Auto"="1" … Continue reading
Posted in Debugging with VS
Leave a comment