-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Issue using debug
in truffle develop
#3205
Comments
Hm, I wonder if this is due to what @gnidan, @fainashalts, and @cds-amal are working on. Like, I wonder if it's trying to connect to the wrong network due to not inheriting the config properly? |
Hm, very strange. I don't think it's related to that work @haltman-at, but it's definitely something with the debugger not getting the correct config - since I don't suppose this is related to that change you made to the debugger's |
I mean, I got rid of the default. It now uses whatever means Truffle normally uses to determine the default network. |
Interesting! I don't believe the issue I'm dealing with is related, but I'll keep my eyes peeled in case it is! |
Hm well this used to work, since I used this exact process to test the debugger all the time. Might be worth figuring out the first version it was broken, to check the changelog. |
When no network config is provided, |
So, did #3319 fix this? I don't know whether to close this or not. |
Looks like this is good on Truffle 5.1.44 |
Issue
There is a problem trying to debug a transaction while using
truffle develop
Steps to Reproduce
truffle unbox metacoin
truffle develop
migrate
result
and use it as an argument todebug
Expected Behavior
I expect the debugger to load the transaction for
sendCoin
Actual Results
I receive a connection error.
Environment
The text was updated successfully, but these errors were encountered: