mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Added mouseover propery evaluation
This commit is contained in:
parent
63dc33a970
commit
85943230b1
9 changed files with 75 additions and 23 deletions
|
@ -83,9 +83,10 @@ namespace IDE.Debugger
|
|||
DeselectCallStackIdx = 0x04,
|
||||
AllowSideEffects = 0x08,
|
||||
AllowCalls = 0x10,
|
||||
MemoryAddress = 0x20,
|
||||
MemoryWatch = 0x40,
|
||||
Symbol = 0x80
|
||||
AllowProperties = 0x20,
|
||||
MemoryAddress = 0x40,
|
||||
MemoryWatch = 0x80,
|
||||
Symbol = 0x100
|
||||
}
|
||||
|
||||
[Reflect]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue