ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.46k stars 953 forks source link

Open combined-json files from the File Explorer #148

Open fiddlemath opened 6 years ago

fiddlemath commented 6 years ago

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.

cameel commented 2 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.