We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b429ee3 commit f38a7beCopy full SHA for f38a7be
1 file changed
README.md
@@ -54,6 +54,12 @@ These settings can be set manually or added to the AppSettings of your applicati
54
//The default script cache expiration in seconds:
55
int ScriptCacheExpirationSeconds { get; }
56
57
+ //Is V8 debugging enabled
58
+ bool V8DebugEnabled {get;}
59
+
60
+ //What is the V8 Debug port to connect on. Default is 9222.
61
+ bool V8DebugPort {get;}
62
63
64
## Using the Runtime Manager
65
0 commit comments