You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw in your examples, that it's possible to inject local variables through app_data.
Do you think it's feasible to inject a struct with reference to the current function scope
into the repl? In this tutorial I saw a trace_vars macro that went in a similar direction: https://blog.logrocket.com/macros-in-rust-a-tutorial-with-examples/
I think there might be issues with ownership?
This would make papyrus super useful for debugging and add feature similar to binding.pry in ruby or breakpoint() in python.
The text was updated successfully, but these errors were encountered:
I saw in your examples, that it's possible to inject local variables through
app_data
.Do you think it's feasible to inject a struct with reference to the current function scope
into the repl? In this tutorial I saw a
trace_vars
macro that went in a similar direction: https://blog.logrocket.com/macros-in-rust-a-tutorial-with-examples/I think there might be issues with ownership?
This would make papyrus super useful for debugging and add feature similar to
binding.pry
in ruby orbreakpoint()
in python.The text was updated successfully, but these errors were encountered: