foundry
foundry copied to clipboard
feat(`debugger`): show values of variables in current scope during debugging
Add some way to show the current value of the variables while debugging
It would be nice if you could be more specific, do you mean like Watch expressions?
I think the ask is to show the values of variables in the current scope, similar to how Truffle's debugger can output variables in scope (their v command).
I think the ask is to show the values of variables in the current scope, similar to how Truffle's debugger can output variables in scope (their
vcommand).
Exactly, just like the truffle visual debugger. Here is a screenshot from the visual debugger:
