Neo3 Preview 3 support
Pre-releaseThis preview release adds Neo 3 support to the Smart Contract Debugger. To install this release, download the associated .VSIX file and install it via the official VSCode documentation . A future version of this debugger will be available directly from the VSCode marketplace.
In order to use the debugger, you must use a smart contract compiler that generates the Neo debug info format. This debugger release also includes a version of the NEON Neo 3 preview 3 compiler that also generates debug info.
Note, this release of NEON is named "neon3" to enable developers to install and use both Neo 2 and Neo 3 versions of NEON on the same machine.
To install this release of NEON, download the Neo.Neon3 package associated with this release, open a command prompt, change to the directory where you downloaded the package and execute the following command:
> dotnet tool install -g Neo.neon3 --add-source . --version 3.0.0-preview3