mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
19 lines
No EOL
353 B
Text
19 lines
No EOL
353 B
Text
ShowFile("src/HotSwap_Data.bf")
|
|
GotoText("//Test_Test01")
|
|
ToggleBreakpoint()
|
|
RunWithCompiling()
|
|
|
|
StepInto()
|
|
ToggleCommentAt("StructA_mA2")
|
|
ToggleCommentAt("Test01_mA2")
|
|
SetExpectError("data changes")
|
|
Compile()
|
|
ExpectError()
|
|
StepOver()
|
|
StepOver()
|
|
Compile()
|
|
StepInto()
|
|
StepOver()
|
|
StepOver()
|
|
AssertEvalEquals("val", "101")
|
|
AssertEvalEquals("sc.mA2", "101") |