ether-camp / ethereum-sandbox

Ethereum Sandbox
GNU Affero General Public License v3.0
7 stars 8 forks source link

Debugging in dependent contracts does not work #29

Closed ice09 closed 7 years ago

ice09 commented 7 years ago

might be a dup!

If a contract creates a dependent contract with DepContract = new DepContract(), I cannot debug into functions of DepContract. The breakpoint just doesn't stop execution.

Steps to reproduce:

  1. look at sample SwapContract -> SwapToken in project swap-contract
  2. create a dependent contract yourself with B { A a = new A(); a.callDebugFunction() }
ice09 commented 7 years ago

will close due to dup of #23