diff --git a/tools/cooja/config/quickhelp.txt b/tools/cooja/config/quickhelp.txt index 70c2e0a49..5685ff6aa 100644 --- a/tools/cooja/config/quickhelp.txt +++ b/tools/cooja/config/quickhelp.txt @@ -30,6 +30,17 @@ Currently, four event types are supported (see below). Note that the control pan

Watchpoints\
Shows triggered watchpoints, currently only supported by MSPSim-based motes. To add watchpoints, use the Msp Code Watcher plugin. +se.sics.cooja.plugins.SimControl = \ +Control Panel\ +

Use the control panel to start and stop the current simulation. \ +

Note that toggling simulation execution is also possible by the keyboard shortcut Ctrl+S. \ +

Step millisecond executes all events within the next simulated millisecond. \ +

The execution speed can be controlled via the bottom slider. \ +If the slider value is non-zero, sleep events are scheduled in the simulation loop. \ +

By setting the slider to Real time, the execution speed is limited to at maximum real time. \ +The Real time slider value is to the right of No simulation delay: select the slider button and use to keyboard to navigate here. \ +

Run until can be used to configure a time (in milliseconds) where the simulation will automatically pause. + KEYBOARD_SHORTCUTS = \ Keyboard shortcuts
\
Ctrl+N: New simulation\