neo-project / neo-debugger

Neo Smart Contract Debugger for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo-contract-debug
MIT License
23 stars 17 forks source link

Create a standalone version of the debugger #206

Open lock9 opened 10 months ago

lock9 commented 10 months ago

Problem: We are demanding users install the .NET runtime separately. This creates issues, especially during the first use experience.

Proposed Solution: Allow neo-debugger to be shipped without the .NET runtime. This would allow it to be used inside other applications without requiring the user to install the .NET runtime.