1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00
Beef/IDE/Tests/Test1/scripts/HotSwap_GetUnused.txt
2019-08-23 11:56:54 -07:00

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")