mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
13 lines
No EOL
225 B
Text
13 lines
No EOL
225 B
Text
ShowFile("src/HotSwap_Virtuals02.bf")
|
|
GotoText("//Test_Start")
|
|
ToggleBreakpoint()
|
|
RunWithCompiling()
|
|
StepOver()
|
|
|
|
ToggleCommentAt("ClassA_GetVal01")
|
|
Compile()
|
|
StepOver()
|
|
|
|
ToggleCommentAt("ClassB_GetVal04")
|
|
Compile()
|
|
StepOver() |