Open fiddlemath opened 6 years ago
Note that --combined-json
will be dropped from the compiler in one of the future breaking releases (https://github.com/ethereum/solidity/issues/10278). The --standard-json
output should be used instead and it has been available since 0.4.11.
Feature request: Load, view source, and debug already-compiled contract files, of the sort output by
solc --combined-json
, by selecting them in the File Explorer.This would enable after-the-fact, graphical debugging of contracts whose tests have been run on an external test node, providing a service that seems otherwise unavailable in the Ethereum toolchain.