mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Improved callstack handling with inlined methods
This commit is contained in:
parent
75333a0928
commit
f29a74888c
13 changed files with 151 additions and 28 deletions
9
IDE/dist/BeefDbgVis.toml
vendored
9
IDE/dist/BeefDbgVis.toml
vendored
|
@ -2,8 +2,13 @@
|
|||
|
||||
[[Type]]
|
||||
Name = "System.CallStackAddr"
|
||||
DisplayString = "{__funcName(this), ne}"
|
||||
Action = "ShowCodeAddr {(int)this,X}"
|
||||
DisplayString = "{__funcName(this - 1), ne}"
|
||||
Action = "ShowCodeAddr {(int)this - 1,X}"
|
||||
|
||||
[[Type]]
|
||||
Name = "System.CallStackList"
|
||||
DisplayString = "{__funcName(((int*)(int)this)[0] - 1), ne}"
|
||||
[Type.Expand.CallStackList]
|
||||
|
||||
[[Type]]
|
||||
Name = "System.DeferredCall"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue