Command | Description | Example |
---|---|---|
exit |
Exits simuino. | exit |
help |
Shows command list in message window. | help |
list |
Lists available sketches. Selected sketch is marked with a > . |
list |
load |
Loads and compiles the currently selected sketch. | load |
run |
Enters Run Mode. | run |
win <mode> |
Sets window layout. Mode: 0 - 4 | win 3 |
info <topic> |
Parameters:scen shows scenario dataloop shows loop informationerror shows servuino errorsg++ shows compilation errors |
info scen |
Key | Description |
---|---|
h | Shows this information. |
q | Quits Run Mode. Switches back to Admin Mode. |
Q | Reloads sketch. |
w | Toggles window layout mode. |
Key | Description |
---|---|
f | Step forward |
b | Step backward |
r | Loop forward |
o | Loop reset |
p | Loop backward |
a | Go to first step |
z | Go to last step |
t | Step to next analogRead/digitalRead |
Key | Description |
---|---|
R | Loop forward |
P | Loop backward |
G | Step through scenario |
Key | Description |
---|---|
y | Shows view of Scenario Breakpoints |
x | Shows expanded view of Scenario Breakpoints |
v | Sets value analogRead/digitalRead. Current step must be one step before Read. Use t to step between Read events. |
Key | Description |
---|---|
c | Shows current configuration |
d | Shows scenario delay overview |
I | Shows loop information |
s | Shows sketch source code |