Sign in
greggm's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
June 2010
(1)
October 2009
(1)
July 2009
(1)
May 2009
(1)
April 2009
(2)
December 2008
(1)
September 2008
(1)
June 2008
(1)
May 2008
(3)
April 2008
(1)
March 2008
(4)
July 2007
(1)
May 2007
(2)
January 2007
(2)
October 2006
(1)
September 2006
(1)
April 2006
(2)
March 2006
(3)
January 2006
(3)
December 2005
(2)
November 2005
(2)
October 2005
(1)
September 2005
(3)
August 2005
(2)
July 2005
(1)
June 2005
(1)
May 2005
(2)
February 2005
(3)
January 2005
(3)
December 2004
(2)
November 2004
(1)
October 2004
(1)
September 2004
(4)
August 2004
(9)
July 2004
(9)
June 2004
(4)
May 2004
(4)
April 2004
(7)
March 2004
(7)
February 2004
(6)
January 2004
(8)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
greggm's WebLog
Diagnosing 'The debugger is not properly installed'
Posted
over 9 years ago
by
Gregg Miskelly
58
Comments
One of the error codes that we included in the VS.NET 2002 and 2003 debuggers is: The debugger is not properly installed. Run setup to install or repair the debugger. Diagnosing this is much harder then it should be (more on this later). For now lets...
greggm's WebLog
Data Breakpoints
Posted
over 9 years ago
by
Gregg Miskelly
8
Comments
Usually, people put breakpoints on an instruction. These breakpoints are set by replacing the first byte of an instruction with the ‘int 3’ instruction (0xcc). When the processor executes the ‘int 3’ instruction, it causes the...
greggm's WebLog
Breakpoint exceptions from the heap
Posted
over 9 years ago
by
Gregg Miskelly
2
Comments
New programmers sometimes ask why the debugger stopped at a ‘user breakpoint’ exception in their program. The exception dialog will come up and say something like: Unhandled exception at 0x77f75a58 in CoruptHeap.exe: User breakpoint. ...
greggm's WebLog
Attaching to a process without a dialog
Posted
over 9 years ago
by
Gregg Miskelly
8
Comments
In http://blogs.msdn.com/shaykatc/archive/2004/04/19/116222.aspx , Shaykat gave one alternative to the ntsd '-pn' option. I figured I would give two more. Alternative #1 - Attach project. Open the exe as a project (File->Open->Project, then select...
greggm's WebLog
Rant: Why do unsafe string functions still exist?
Posted
over 9 years ago
by
Gregg Miskelly
7
Comments
One thing that I fail to understand is why, in 2004, we still have code that uses strcat, strcpy, sprintf or any of the other string functions that don’t take a buffer size input. Microsoft, Open source, etc all still use these functions. Why? Can...
greggm's WebLog
CoUnmarshalInterface and firewalls
Posted
over 9 years ago
by
Gregg Miskelly
0
Comments
One of the features I have recently worked on is improving our error messages around firewalls. I have a suggestion to anyone trying to use CoUnmarshalInterface to unmarshal an interface on a remote machine – don’t show the user the HRESULT...
greggm's WebLog
Back from India
Posted
over 9 years ago
by
Gregg Miskelly
0
Comments
In case anyone noticed, I haven’t blogged for a while. I also haven’t been answer questions in my comments. This is because I was on vacation in India. If you left a comment, it should now have an answer.
Page 1 of 1 (7 items)