Harry Pierson
Harry Pierson
In the [TS compiler](https://github.com/ngdenterprise/neo-devpack-ts), closure variables/parameters can live inside a NeoVM array. In order to display them correctly in the debugger, the TS compiler is adopting a dotted index syntax...
the neo debugger ensures the current version of contract under debug (i.e. the .nef path specified in the `program` prop of the launch config) is deployed to the debugger stub...
* .neo-worknet files can have account nicknames similar to express * debugging against the cloned state of the worknet chain would be useful
Added in vscode v1.56: https://code.visualstudio.com/updates/v1_56#_inline-values-by-default-for-some-languages https://code.visualstudio.com/updates/v1_54#_inline-value-provider-api
NEON now translates System.Object -> "Any"
Mirror code from Transaction.Verify / VerifyWitnesses in the the debugger