MoonSharp.Debugger 0.9.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package MoonSharp.Debugger --version 0.9.8
NuGet\Install-Package MoonSharp.Debugger -Version 0.9.8
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.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MoonSharp.Debugger --version 0.9.8
#r "nuget: MoonSharp.Debugger, 0.9.8"
#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.8

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

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.

NuGet packages

This package is not used by any NuGet packages.

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
2.0.0 2,843 10/14/2016
1.8.0 979 10/7/2016
1.7.0 971 10/3/2016
1.6.0 1,066 5/16/2016
1.5.0.1 1,343 2/9/2016
1.2.1 1,065 1/24/2016
1.1.0.1 1,114 12/8/2015
1.0.0 1,020 10/23/2015
0.9.8 1,082 7/9/2015
0.9.6.2 1,033 6/15/2015
0.9.6 1,122 5/22/2015
0.9.4 1,036 5/20/2015
0.9.2 1,112 3/31/2015
0.9.0.4 1,056 3/24/2015
0.9.0.3 1,073 3/24/2015
0.8.5.1 1,195 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