Skip to content

Commit 6f34fe6

Browse files
committed
2 parents 97b4967 + 90be954 commit 6f34fe6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ You can also run scripts targeting [.NET 5/Core runtime](https://github.com/oleg
3333
____
3434
This plugin allows convenient editing and execution of the C# code (scripts). It also allows the usual C# intellisense and project management tasks to be performed in a way very similar to the MS Visual Studio.
3535

36-
In addition to this, it provides generic debugging functionality (with the integrated Managed Debugger) as well as the ability to prepare C# scripts for the deployment packages (script+engine or self-contained executable).
36+
Older versions of plugin that targer .NET Framework provide generic debugging functionality (with the integrated Managed Debugger) as well as the ability to prepare C# scripts for the deployment packages (script+engine or self-contained executable). Debugging is not supported on the .NET Core editions.
3737

3838
Typically user opens the C# file with Notepad++ and after presses 'Load' button on the CS-Script toolbar the all features can be accessed through two Notepad++ dockable panels Project and Output panel.
3939

4040
![](wiki/css_npp.gif)
4141

42+
_Debugger is only available for older versions of plugin that targer .NET Framework but not .NET Core. For .NET Core use Visual studio to debug your scripts._
43+
4244
![](wiki/debugger.png)
4345

4446
## Features
@@ -64,7 +66,7 @@ Note: the default compiler engine of the plugin is Roslyn. The engine fully supp
6466
* Debug output interception
6567
* Console output interception
6668
* Conventional build/execution error reporting
67-
* Debugging
69+
* Debugging (.NET Framework only)
6870
- Step Over
6971
- Step In
7072
- Step Out

0 commit comments

Comments
 (0)