mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
14 lines
276 B
Text
14 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()
|