Post
Topic
Board Altcoin Discussion
Solidity IDE and debugging tool
by
romeo-karrera
on 21/07/2017, 08:39:49 UTC
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?