What is the best way to debug? #25
Unanswered
eugene-nuwber
asked this question in
Q&A
Replies: 1 comment
-
All the result of There's a migrated version of telescope for Hypervel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Laravel, there is a very convenient developer function dd. I am very used to using it during development. Hypervel also has such a function, but it doesn't work because Var-Dumper calls the exit function. The dump function will also not work, because if there is further rendering, the output of this function will be overwritten.
Is it possible in Hypervel to somehow conveniently output debugging information without interrupting the script execution and without encountering the problem of overwriting the output?
Beta Was this translation helpful? Give feedback.
All reactions