You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NuGet/MsieJavaScriptEngine.nuspec
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@
15
15
<releaseNotes>1. Added support of .NET Core 1.0.4;
16
16
2. In JsRT modes now script error contains a full stack trace;
17
17
3. In `MsieJsEngine` class was added overloaded versions of the `Evaluate`, `Evaluate<T>` and `Execute` methods, which take the document name as second parameter;
18
-
4. Now all modes support the possibility to debug in Visual Studio by adding the `debugger` statement to script code.</releaseNotes>
18
+
4. Now all modes support the possibility to debug in Visual Studio by adding the `debugger` statement to script code;
19
+
5. Now during debugging in ActiveScript modes the script error contains a error location.</releaseNotes>
0 commit comments