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

Implement a simple way to debug (println) in re-frisk #36

Open
flexsurfer opened this issue Jul 9, 2017 · 1 comment
Open

Implement a simple way to debug (println) in re-frisk #36

flexsurfer opened this issue Jul 9, 2017 · 1 comment

Comments

@flexsurfer
Copy link
Owner

For example
(dispatch [:re-frisk/debug [:test value]]) -> :app-db -> :re-frisk/debug -> :test
or
(dispatch [:re-frisk/log [:test value]])-> :app-db -> :re-frisk/log -> time :test

@flexsurfer
Copy link
Owner Author

this must go not in the db but in the events section, like debug event , for example when you want to print some complex data , its really hard to read it in console, in re-frisk it would be more convinient

@flexsurfer flexsurfer changed the title Implement simple way to debug in re-frisk Implement a simple way to debug (println) in re-frisk Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant