Skip to content

Commit 74b5aeb

Browse files
committed
Add readme
1 parent 0c0942f commit 74b5aeb

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Images/cs.png

91.4 KB
Loading

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Pmip My Call Stack
2+
=====
3+
4+
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.
11+
12+
![preview](https://raw.githubusercontent.com/jbevain/PmipMyCallStack/master/Images/cs.png)
13+

0 commit comments

Comments
 (0)