Skip to content

Commit 4757f62

Browse files
committed
Improve readme
1 parent 390dce8 commit 4757f62

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Images/csb.png

87.6 KB
Loading

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,13 @@ As a result, Visual Studio can not show anything meaningful for managed stack fr
99

1010
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.
1111

12-
![preview](https://raw.githubusercontent.com/jbevain/PmipMyCallStack/master/Images/cs.png)
12+
Incidentally, PmipMyCallStack is an interesting introduction to extending Visual Studio's Concord debugger.
13+
14+
## Before
15+
16+
![Before Pmip My Call Stack](https://raw.githubusercontent.com/jbevain/PmipMyCallStack/master/Images/csb.png)
17+
18+
## After
19+
20+
![After Pmip My Call Stack](https://raw.githubusercontent.com/jbevain/PmipMyCallStack/master/Images/cs.png)
1321

0 commit comments

Comments
 (0)