1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Beef/IDE/Tests/Test1/scripts/HotSwap_Virtual02.txt

13 lines
225 B
Text
Raw Normal View History

ShowFile("src/HotSwap_Virtuals02.bf")
GotoText("//Test_Start")
ToggleBreakpoint()
RunWithCompiling()
StepOver()
ToggleCommentAt("ClassA_GetVal01")
Compile()
StepOver()
ToggleCommentAt("ClassB_GetVal04")
Compile()
StepOver()