mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
13 lines
225 B
Text
13 lines
225 B
Text
![]() |
ShowFile("src/HotSwap_Virtuals02.bf")
|
||
|
GotoText("//Test_Start")
|
||
|
ToggleBreakpoint()
|
||
|
RunWithCompiling()
|
||
|
StepOver()
|
||
|
|
||
|
ToggleCommentAt("ClassA_GetVal01")
|
||
|
Compile()
|
||
|
StepOver()
|
||
|
|
||
|
ToggleCommentAt("ClassB_GetVal04")
|
||
|
Compile()
|
||
|
StepOver()
|