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
PmipMyCallStack is a Visual Studio 2015 extension to help debug native applications embedding Mono.
5
+
6
+
Mono doesn't generate debug symbols that Visual Studio understands for jitted functions.
7
+
8
+
As a result, Visual Studio can not show anything meaningful for managed stack frames.
9
+
10
+
PmipMyCallStack is calling the function `mono_pmip` on every frame that doesn't belong to a module to show a meaningful representation of the stack frame and displays it natively in the call stack window.
0 commit comments