mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
14 lines
No EOL
298 B
Text
14 lines
No EOL
298 B
Text
ShowFile("src/HotSwap_Interfaces2.bf")
|
|
GotoText("//Test")
|
|
ToggleBreakpoint()
|
|
RunWithCompiling()
|
|
StepOver()
|
|
AssertEvalEquals("v0", "11")
|
|
|
|
ToggleCommentAt("IFaceA_Method1")
|
|
ToggleCommentAt("ClassA_Method1")
|
|
ToggleCommentAt("Test1_Method1")
|
|
Compile()
|
|
StepInto()
|
|
StepOver()
|
|
AssertEvalEquals("v1", "22") |