Release 3.0.2
This release updates Neo Debugger for Neo N3 release.
Changes
- Bumped major version to 3 for consistency with Neo N3 release
- Update dependencies
Note: as of Neo N3 preview 5, the Neo 3 project has updated to use .NET 5.0. As such, debugging Neo 3 contracts as of this version of neo-debugger requires .NET 5.0. Debugging Neo 2 contracts continues to require .NET Core 3.1.
To install this release, download the associated .VSIX file and install it via the official VSCode documentation. This version of the debugger will be also available directly from the VSCode marketplace.
To use the debugger, you must use a smart contract compiler that generates the Neo debug info format. The official NCCS compiler for .NET produces this debug info. To install the NCCS N3 RC3 compiler from nuget.org as a .NET global tool, execute the following command from a terminal window:
> dotnet tool install -g Neo.Compiler.CSharp