Author: ASP.NET Debugging | Posted on: 6/6/2008 8:52:34 AM | Views : 777

So here are the steps you can use in the debugger to get it to create a process dump when a given function fails.  Please note that this is only for a native function and not a managed (.NET) function. First, find the ret instruction for the function...(read more) ...

Go to the complete details ...