Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: romeo-karrera on July 21, 2017, 08:39:49 AM



Title: Solidity IDE and debugging tool
Post by: romeo-karrera on July 21, 2017, 08:39:49 AM
Can anyone say exist any solidity IDE with debugging tool for solidity and smart contracts?

Now we use atom and visual studio code but it is editor only.

We need features like:
  • Analyzes smart contacts code, looking for connections between symbols across all project files. Using this information it provides indepth coding assistance, quick navigation, clever error analysis, and, of course, refactorings.
  • Step-by-step debugging using VM emulator
  • Fast deploy

We even think about creating it ourselves by implementing the emulator of the ethereum virtual machine, but we looking for investements for it.
Developers, what do you think about this?