.NET
debug_av.txt
Associated article: Debugging with NTSD and Application Verifier
Tags: .NET Tools
Published source code accompanying the article by Patrick Garvan in which he examines the Microsoft NT Symbolic Debugger and the Application Verifier. Also see DEBUG_AV.ZIP
Debugging with NTSD and Application Verifier
by Patrick Garvan
Example 1:
void main(void)
{
char *p = 0;
*p = 123;
}
Example 2:
Microsoft (R) Windows Debugger Version 6.6.0007.5
Copyright (c) Microsoft Corporation. All rights reserved.
CommandLine: t1.exe
Symbol search path is: SRV*c:Fileswebsymbols*http://...


