mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added ShowCodeAddr action to CallStackList display
This commit is contained in:
parent
acf8b62f82
commit
c735bd2192
1 changed files with 1 additions and 0 deletions
1
IDE/dist/BeefDbgVis.toml
vendored
1
IDE/dist/BeefDbgVis.toml
vendored
|
@ -8,6 +8,7 @@ Action = "ShowCodeAddr {(int)this - 1,X}"
|
|||
[[Type]]
|
||||
Name = "System.CallStackList"
|
||||
DisplayString = "{__funcName(((int*)(int)this)[0] - 1), ne}"
|
||||
Action = "ShowCodeAddr {((int*)(int)this)[0] - 1,X}"
|
||||
[Type.Expand.CallStackList]
|
||||
|
||||
[[Type]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue