Meadow
Meadow copied to clipboard
Cannot create debug adaptor (no excutable specified in package.json)
Ive followed the instructions on VS Code on Ubuntu 18. When I try debug the contract, VS Code displays the following error.
Cannot create debug adaptor (no excutable specified in package.json)
Are you using the latest version of VS Code?
Its Version 1.30.1 (1.30.1)
Same problem with Version 1.30.2 (1.30.2)
Having this issue also.
- OS: Windows 10 (1809)
- VS Code: 1.30.2
- Meadow Solidity Debugger: 0.2.1
Having the same issue here with Version 1.31.1
The vscode debug api changed. Would love some help to get it fixed.
The vscode debug api changed. Would love some help to get it fixed.
I created an updated package.json with the required changes. It appears to work in my local tests https://github.com/MeadowSuite/Meadow/pull/19
WIth the latest everything I am getting a strange error dialog when running through the tutorial
"Unexpected Type"
[Open launch.json] [cancel]
Does this sound similar to the issue here?
This seems like an incredible project, the ability to debug solidity code directly is a huge draw.