[Debugger] Debug realms during transaction execution #2683
Labels
hacktoberfest
This might be a good issue for a hacktoberfest participant to handle.
help wanted
Want to contribute? We recommend these issues.
Milestone
Description
This is a proposal for an improvement on the GnoVM debugger. Currently the debugger is ran via
gno run
, meaning that it does not necessarily provide a way to debug functions during transaction calls.I definitely see the benefit of being able to debug during a transaction; this way, you could set a breakpoint in a function, execute a transaction, and run through the program with the debugger.
This could also be a cool way to integrate the debugger with
gnodev
, makinggnodev
even more overpowered.@mvertes, @gfanton, do you think something like this is feasible?
cc @gfant
The text was updated successfully, but these errors were encountered: