Alternet.Studio.Scripter.Debugger.Dap 10.0.0

Prefix Reserved

Requires NuGet 2.8 or higher.

dotnet add package Alternet.Studio.Scripter.Debugger.Dap --version 10.0.0
                    
NuGet\Install-Package Alternet.Studio.Scripter.Debugger.Dap -Version 10.0.0
                    
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="Alternet.Studio.Scripter.Debugger.Dap" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Alternet.Studio.Scripter.Debugger.Dap" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Alternet.Studio.Scripter.Debugger.Dap" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Alternet.Studio.Scripter.Debugger.Dap --version 10.0.0
                    
#r "nuget: Alternet.Studio.Scripter.Debugger.Dap, 10.0.0"
                    
#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.
#addin nuget:?package=Alternet.Studio.Scripter.Debugger.Dap&version=10.0.0
                    
Install Alternet.Studio.Scripter.Debugger.Dap as a Cake Addin
#tool nuget:?package=Alternet.Studio.Scripter.Debugger.Dap&version=10.0.0
                    
Install Alternet.Studio.Scripter.Debugger.Dap as a Cake Tool

AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript, Python, and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application.

This package includes a ScriptDebugger base component, which provides a debugging engine using Debug adapter protocol(DAP).

This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8

More information about Scripter can be found here:
https://www.alternetsoft.com/products/scripter

Documentation and sample projects can be downloaded here:
https://www.alternetsoft.com/download

NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here:
https://www.alternetsoft.com/faq#license

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Alternet.Studio.Scripter.Debugger.Dap:

Package Downloads
Alternet.Studio.Scripter.Debugger.Dap.Python

AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript, Python, and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application. This package includes a ScriptDebugger component, which provides a debugging engine for Python language, supporting Start, Stop, Break, and Continue commands, step-by-step execution, breakpoints, expression evaluation, viewing local variables, watches, stack tracing, and multiple thread debugging. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Scripter can be found here: https://www.alternetsoft.com/products/scripter Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

Alternet.Studio.Scripter.Debugger.Dap.Cpp.Lldb.Embedded

AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript, Python, and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application. This package includes a ScriptDebugger component and embedded C++ DAP server, which provides a debugging engine for C++ language, supporting Start, Stop, Break, and Continue commands, step-by-step execution, breakpoints, expression evaluation, viewing local variables, watches, stack tracing, and multiple thread debugging. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Scripter can be found here: https://www.alternetsoft.com/products/scripter Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

Alternet.Studio.Scripter.Debugger.Dap.Cpp.Lldb

AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript, Python, and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application. This package includes a ScriptDebugger component, which provides a debugging engine for C++ language, supporting Start, Stop, Break, and Continue commands, step-by-step execution, breakpoints, expression evaluation, viewing local variables, watches, stack tracing, and multiple thread debugging. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Scripter can be found here: https://www.alternetsoft.com/products/scripter Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.0.0 194 6/16/2025
9.5.16 186 5/7/2025
9.5.15 177 3/28/2025
9.5.14 522 3/25/2025
9.5.13 156 2/26/2025
9.5.12 164 1/10/2025
9.5.11 201 12/12/2024
9.5.10 181 11/15/2024
9.5.9 177 9/27/2024
9.5.8 205 8/30/2024
9.5.7 204 7/18/2024
9.5.6 213 6/18/2024
9.5.5 225 5/22/2024
9.5.4 230 4/24/2024
9.5.3 225 3/21/2024
9.5.2 223 2/23/2024
9.5.1 227 2/1/2024
9.5.0 281 12/25/2023
9.1.3 254 11/28/2023
9.1.2 230 11/17/2023
9.1.1 257 10/27/2023
9.1.0 283 9/29/2023
9.0.3 248 9/6/2023
9.0.2 259 8/25/2023
9.0.1 305 7/26/2023
9.0.0.1 359 6/5/2023
9.0.0 347 6/2/2023
8.1.12 512 4/18/2023
8.1.11 595 3/27/2023
8.1.10 652 3/7/2023
8.1.9 819 1/25/2023
8.1.8 889 12/20/2022
8.1.7 892 12/16/2022
8.1.6 991 11/22/2022
8.1.4 1,165 10/29/2022
8.1.3 1,061 9/13/2022
8.1.2 1,077 8/19/2022
8.1.1 1,052 7/27/2022
8.1.0 1,128 7/19/2022
8.0.6 1,130 5/18/2022
8.0.5 1,143 5/3/2022
8.0.4 1,193 3/29/2022
8.0.3 1,168 3/24/2022
8.0.2 1,186 2/28/2022
8.0.1 1,153 2/15/2022
8.0.0 1,181 1/26/2022