MoonSharp.Debugger 0.9.2

dotnet add package MoonSharp.Debugger --version 0.9.2
NuGet\Install-Package MoonSharp.Debugger -Version 0.9.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MoonSharp.Debugger" Version="0.9.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MoonSharp.Debugger --version 0.9.2
#r "nuget: MoonSharp.Debugger, 0.9.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MoonSharp.Debugger as a Cake Addin
#addin nuget:?package=MoonSharp.Debugger&version=0.9.2

// Install MoonSharp.Debugger as a Cake Tool
#tool nuget:?package=MoonSharp.Debugger&version=0.9.2

Remote debugger for the MoonSharp interpreter. Allows to debug scripts embedded in an application through a web browser.

Product Compatible and additional computed target framework versions.
.NET Framework net35-client is compatible.  net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on MoonSharp.Debugger:

Repository Stars
moonsharp-devs/moonsharp
An interpreter for the Lua language, written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms, including handy remote debugger facilities.
Version Downloads Last updated
0.9.2 63 3/31/2015
0.9.0.4 40 3/24/2015
0.9.0.3 37 3/24/2015
0.8.5.1 87 1/13/2015

* Remote Debugger: it's now possible to attach the debugger to running scripts without having them getting paused
* Remote Debugger: it's now possible to break on errors, and to select which errors break and which don't
* Remote Debugger: added set breakpoint and clear breakpoint commands