Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows users to watch the execution of a program step by step #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nathanfdunn
Copy link

"Watch mode" can be activated when a program is run with the -w or -watch argument. This will give a graphical display of the state of the main board (and any currently executing sub-boards) with a half-second delay between each execution step. It is recommended not to use watch mode in conjunction with verbosity.

@tckmn
Copy link
Contributor

tckmn commented Nov 5, 2015

what's with the ridiculous whitespace? O_o

print

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one trailing newline is great. six is overkill

@sparr
Copy link
Member

sparr commented Jan 18, 2016

This should integrate with the verbosity settings, possibly with -w implying -vv

@nathanfdunn
Copy link
Author

Verbosity -vvv already shows the board execution. The intent of this option is to watch the board execution without getting the rest of the verbosity noise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants