mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
15 lines
No EOL
300 B
Text
15 lines
No EOL
300 B
Text
ShowFile("src/HotSwap_GetUnused.bf")
|
|
GotoText("//Test")
|
|
ToggleBreakpoint()
|
|
Compile()
|
|
ToggleCommentAt("DoTest_MethodB")
|
|
Compile()
|
|
ToggleCommentAt("DoTest_MethodB")
|
|
RunWithCompiling()
|
|
ToggleCommentAt("DoTest_MethodB")
|
|
Compile()
|
|
StepInto()
|
|
StepOver()
|
|
StepOver()
|
|
StepOver()
|
|
AssertEvalEquals("val", "123") |