-
Notifications
You must be signed in to change notification settings - Fork 47
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
macro or inspect operator for debugging that tees any variable to stdio #208
Comments
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Oct 13, 2022
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Oct 13, 2022
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Oct 13, 2022
MingweiSamuel
added a commit
to MingweiSamuel/hydroflow
that referenced
this issue
Oct 14, 2022
nickjiang2378
pushed a commit
to nickjiang2378/hydroflow
that referenced
this issue
Jan 24, 2024
nickjiang2378
pushed a commit
to nickjiang2378/hydroflow
that referenced
this issue
Jan 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be nice for debugging to have an easy syntax to mark a hydroflow variable "debug" and have its contents teed to stdio or stderr.
I.e. suppose I have
I would want:
The text was updated successfully, but these errors were encountered: