@@ -245,13 +245,13 @@ Void function execute_cbd(model : Element):
running = False
while (True):
- output("Which operation do you want to execute?")
if (running):
if (has_input()):
cmd = input()
else:
- cmd = "start"
+ cmd = "step"
+ output("Which operation do you want to execute?")
if (cmd == "help"):