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
@@ -47,7 +68,7 @@ There are already tools that allow you to debug Ethereum transactions (Solidity)
47
68
48
69
For now there are many limitations since this is a very early release of the debugger
49
70
50
-
* The control flow graph is drawn from the static bytecode, so there can be nodes without edges, a symbolic execution would be needed. Maybe will be added in future releases
71
+
* The control flow graph is drawn from the static bytecode, so there can be nodes without all edges, a symbolic execution would be needed. Maybe will be added in future releases
51
72
* Transactions executed in the runtime bytecode are supported (for example, the constructor execution of a contract cannot be debugged right now)
52
73
* You must provide a node URL that supports `debug_traceTransaction`, like Geth or Ganache, therefore, Infura is not supported
53
74
* It only supports Solidity for now, but planning to make it more modular to support different languages (if the compiler gives source mappings)
0 commit comments