1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 16:10:26 +02:00

Listens to Static/Instance flags for method enumeration

This commit is contained in:
Brian Fiete 2020-06-16 07:51:16 -07:00
parent 014ce28195
commit 52033be6ad
2 changed files with 4 additions and 5 deletions

View file

@ -86,7 +86,8 @@ namespace IDE.Debugger
AllowProperties = 0x20,
MemoryAddress = 0x40,
MemoryWatch = 0x80,
Symbol = 0x100
Symbol = 0x100,
StepIntoCall = 0x200
}
[Reflect]