You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging 64-bit processes VS can not lookup the mono_pmip symbol in the
JIT frame's context. This patch enumerates all loaded modules and tries
DkmNativeModuleInstance.FindExportName("mono_pmip") to find the address of the
mono_pmip() function rather than using expression evaluation. This method has
been validated to work with 32-bit and 64-bit processes.
0 commit comments