Meadow icon indicating copy to clipboard operation
Meadow copied to clipboard

Cannot create debug adaptor (no excutable specified in package.json)

Open bitcoinbrisbane opened this issue 6 years ago • 8 comments
trafficstars

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)

bitcoinbrisbane avatar Jan 03 '19 08:01 bitcoinbrisbane

Are you using the latest version of VS Code?

zone117x avatar Jan 03 '19 14:01 zone117x

Its Version 1.30.1 (1.30.1)

bitcoinbrisbane avatar Jan 03 '19 23:01 bitcoinbrisbane

Same problem with Version 1.30.2 (1.30.2)

tfalencar avatar Jan 24 '19 23:01 tfalencar

Having this issue also.

  • OS: Windows 10 (1809)
  • VS Code: 1.30.2
  • Meadow Solidity Debugger: 0.2.1

wi-ry avatar Jan 31 '19 05:01 wi-ry

Having the same issue here with Version 1.31.1

getsong avatar Feb 24 '19 09:02 getsong

The vscode debug api changed. Would love some help to get it fixed.

zone117x avatar Feb 28 '19 13:02 zone117x

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

wi-ry avatar Feb 28 '19 21:02 wi-ry

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.

FrozenKiwi avatar Mar 09 '19 07:03 FrozenKiwi