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
Is it possible to run smart contracts in debug mode via the command line argument instead of having to recompile brick?
It would be better if we could just type:
brick --debug
So the same binary would support both release and debug modes.
If for some technical reason it is not possible to make this modification, then we could include a debug mode binary, named like brick-debug, in the releases
The text was updated successfully, but these errors were encountered:
Is it possible to run smart contracts in debug mode via the command line argument instead of having to recompile brick?
It would be better if we could just type:
So the same binary would support both release and debug modes.
If for some technical reason it is not possible to make this modification, then we could include a debug mode binary, named like
brick-debug
, in the releasesThe text was updated successfully, but these errors were encountered: