Skip to content

Commit 2efce74

Browse files
committed
README.md: Added description for the EnableDebugging property of JavaScript engine settings
1 parent 9f3fdfd commit 2efce74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ Consider in detail properties of the <code title="MsieJavaScriptEngine.JsEngineS
8686
</tr>
8787
</thead>
8888
<tbody>
89+
<tr valign="top">
90+
<td><code>EnableDebugging</code></td>
91+
<td><code title="System.Boolean">Boolean</code></td>
92+
<td><code>false</code></td>
93+
<td>Flag for whether to allow debugging in Visual Studio by adding the `debugger` statement to script code (only works in the `ChakraIeJsRt` and `ChakraEdgeJsRt` modes).</td>
94+
</tr>
8995
<tr valign="top">
9096
<td><code>EngineMode</code></td>
9197
<td><code title="MsieJavaScriptEngine.JsEngineMode">JsEngineMode</code> enumeration</td>

0 commit comments

Comments
 (0)