mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
19 lines
353 B
Text
19 lines
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")
|