mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed hot vtable index adjustment with override
This commit is contained in:
parent
4e55f62fd5
commit
45ff0b341b
4 changed files with 94 additions and 8 deletions
13
IDE/Tests/Test1/scripts/HotSwap_Virtual02.txt
Normal file
13
IDE/Tests/Test1/scripts/HotSwap_Virtual02.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
ShowFile("src/HotSwap_Virtuals02.bf")
|
||||
GotoText("//Test_Start")
|
||||
ToggleBreakpoint()
|
||||
RunWithCompiling()
|
||||
StepOver()
|
||||
|
||||
ToggleCommentAt("ClassA_GetVal01")
|
||||
Compile()
|
||||
StepOver()
|
||||
|
||||
ToggleCommentAt("ClassB_GetVal04")
|
||||
Compile()
|
||||
StepOver()
|
Loading…
Add table
Add a link
Reference in a new issue