mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
15 lines
300 B
Text
15 lines
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")
|