mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
13 lines
276 B
Text
13 lines
276 B
Text
ShowFile("src/HotSwap_BaseChange.bf")
|
|
GotoText("//Test_Start")
|
|
ToggleBreakpoint()
|
|
RunWithCompiling()
|
|
|
|
ToggleCommentAt("ClassC_3")
|
|
ToggleCommentAt("DoTest3_Body")
|
|
SetExpectError("Too many arguments")
|
|
Compile()
|
|
|
|
ToggleCommentAt("ClassC_3")
|
|
ToggleCommentAt("ClassC_1")
|
|
Compile()
|