.net - Getting fault address from System.AccessViolationException -
i'm trying debug c++/cli application that's causing memory violation using visual studio 2010.
when attach debugger "native", see address program tried access triggered fault, don't see information c++/cli code.
when attach mixed managed/native, "system.accessviolationexception unhandled" , stack trace, can't find address caused fault. there way see in visual studio debugger?
Comments
Post a Comment