mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +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]]
|
[[Type]]
|
||||||
Name = "System.CallStackList"
|
Name = "System.CallStackList"
|
||||||
DisplayString = "{__funcName(((int*)(int)this)[0] - 1), ne}"
|
DisplayString = "{__funcName(((int*)(int)this)[0] - 1), ne}"
|
||||||
|
Action = "ShowCodeAddr {((int*)(int)this)[0] - 1,X}"
|
||||||
[Type.Expand.CallStackList]
|
[Type.Expand.CallStackList]
|
||||||
|
|
||||||
[[Type]]
|
[[Type]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue