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

make print statements in repl pane stand out more #114

Open
jlmitch5 opened this issue Jun 19, 2018 · 1 comment
Open

make print statements in repl pane stand out more #114

jlmitch5 opened this issue Jun 19, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@jlmitch5
Copy link
Collaborator

right now, after saving and running a script on norns, the print statements get lost in a lot of output in the repl pane. These are (probably?) the most useful info for users, as they are most likely using the print statements as a meants to debug and understand the behavior of their scripts. The studies are structured to make this print-statement-debugging useful in the progress of building things out.

the neatest way to make this happen would be to allow for configurable verbosity of what to display in repl pane. this could be done through a number of ways:

  • some sort of verbosity variable that could be set in the script
  • filterable through the UI (this is how the chrome debugger console works:

screen shot 2018-06-18 at 10 42 11 pm

Just a note that I'm not sure of if/how we can get a handle on if something is a print statement or not currently, so this may be quite a complicated ask requiring changes throughout the stack.

@jlmitch5 jlmitch5 added the enhancement New feature or request label Jun 19, 2018
@pq
Copy link
Collaborator

pq commented Jun 19, 2018

i think styling and filtering of repl output would be really handy. 👍

see also: monome/norns#404

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

No branches or pull requests

2 participants