.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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -