Alternet.Studio.Scripter.Debugger.Common
10.0.2
Prefix Reserved
Requires NuGet 2.8 or higher.
dotnet add package Alternet.Studio.Scripter.Debugger.Common --version 10.0.2
NuGet\Install-Package Alternet.Studio.Scripter.Debugger.Common -Version 10.0.2
<PackageReference Include="Alternet.Studio.Scripter.Debugger.Common" Version="10.0.2" />
<PackageVersion Include="Alternet.Studio.Scripter.Debugger.Common" Version="10.0.2" />
<PackageReference Include="Alternet.Studio.Scripter.Debugger.Common" />
paket add Alternet.Studio.Scripter.Debugger.Common --version 10.0.2
#r "nuget: Alternet.Studio.Scripter.Debugger.Common, 10.0.2"
#:package Alternet.Studio.Scripter.Debugger.Common@10.0.2
#addin nuget:?package=Alternet.Studio.Scripter.Debugger.Common&version=10.0.2
#tool nuget:?package=Alternet.Studio.Scripter.Debugger.Common&version=10.0.2
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 set of interfaces for script 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
Product | Versions 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. |
-
.NETStandard 2.0
- Alternet.Studio.Scripter.Common (>= 10.0.2)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Alternet.Studio.Scripter.Debugger.Common:
Package | Downloads |
---|---|
Alternet.Studio.Scripter.Debugger.UI.WindowsForms
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 provides a set of WinForms user controls for writing script-debugger user interfaces. It includes user controls for Call Stack, Debug Output, Compiler Errors, Breakpoints, Local Variables, Watches, Active Threads, debug toolbar, and menus. 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.UI.Wpf
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 provides a set of WPF user controls for writing script-debugger user interfaces. It includes user controls for Call Stack, Debug Output, Compiler Errors, Breakpoints, Local Variables, Watches, Active Threads, debug toolbar, and menus. 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.TypeScript
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 TypeScript and JavaScript scripts, supporting Start, Stop, Break, and Continue commands, step-by-step execution, breakpoints, expression evaluation, watches, stack tracing, and in-app script debugging. This multi-target package can be used with .NET applications targeting .NET Framework 4.5.2 or higher. 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
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# and VisualBasic scripts, 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
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 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
10.0.2 | 422 | 8/7/2025 |
10.0.1 | 683 | 7/14/2025 |
10.0.0 | 1,102 | 6/16/2025 |
9.5.16 | 364 | 5/7/2025 |
9.5.15 | 346 | 3/28/2025 |
9.5.14 | 609 | 3/25/2025 |
9.5.13 | 390 | 2/26/2025 |
9.5.12 | 348 | 1/10/2025 |
9.5.11 | 338 | 12/12/2024 |
9.5.10 | 372 | 11/15/2024 |
9.5.9 | 395 | 9/27/2024 |
9.5.8 | 366 | 8/30/2024 |
9.5.7 | 395 | 7/18/2024 |
9.5.6 | 377 | 6/18/2024 |
9.5.5 | 353 | 5/22/2024 |
9.5.4 | 2,141 | 4/24/2024 |
9.5.3 | 421 | 3/21/2024 |
9.5.2 | 457 | 2/23/2024 |
9.5.1 | 1,028 | 2/1/2024 |
9.5.0 | 864 | 12/25/2023 |
9.1.3 | 669 | 11/28/2023 |
9.1.2 | 664 | 11/17/2023 |
9.1.1 | 616 | 10/27/2023 |
9.1.0 | 750 | 9/29/2023 |
9.0.3 | 646 | 9/6/2023 |
9.0.2 | 634 | 8/25/2023 |
9.0.1 | 750 | 7/26/2023 |
9.0.0.1 | 1,014 | 6/5/2023 |
9.0.0 | 938 | 6/2/2023 |
8.1.12 | 6,417 | 4/18/2023 |
8.1.11 | 1,511 | 3/27/2023 |
8.1.10 | 1,626 | 3/7/2023 |
8.1.9 | 1,823 | 1/25/2023 |
8.1.8 | 2,040 | 12/20/2022 |
8.1.7 | 2,009 | 12/16/2022 |
8.1.6 | 2,164 | 11/22/2022 |
8.1.4 | 2,470 | 10/29/2022 |
8.1.3 | 2,800 | 9/13/2022 |
8.1.2 | 2,760 | 8/19/2022 |
8.1.1 | 2,790 | 7/27/2022 |
8.1.0 | 3,089 | 7/19/2022 |
8.0.6 | 2,793 | 5/18/2022 |
8.0.5 | 2,794 | 5/3/2022 |
8.0.4 | 2,934 | 3/29/2022 |
8.0.3 | 2,877 | 3/24/2022 |
8.0.2 | 5,164 | 2/28/2022 |
8.0.1 | 2,894 | 2/15/2022 |
8.0.0 | 3,109 | 1/26/2022 |
7.2.5 | 1,413 | 12/22/2021 |
7.2.4 | 1,508 | 12/11/2021 |
7.2.3 | 1,297 | 12/6/2021 |
7.2.0 | 1,690 | 8/17/2021 |
7.1.2 | 1,592 | 6/29/2021 |
7.1.1 | 1,695 | 5/31/2021 |
7.1.0 | 1,587 | 5/30/2021 |
7.0.2 | 1,523 | 5/7/2021 |
7.0.0 | 7,372 | 12/31/2020 |
6.2.1 | 1,590 | 1/21/2021 |
6.2.0 | 4,219 | 8/5/2020 |
6.1.0 | 1,706 | 6/29/2020 |
6.0.5 | 1,781 | 5/14/2020 |
6.0.4 | 1,830 | 4/16/2020 |
6.0.3 | 1,729 | 4/15/2020 |
6.0.2 | 1,625 | 4/5/2020 |
6.0.1 | 1,612 | 3/29/2020 |
6.0.0 | 1,642 | 3/27/2020 |