Skip to content

Commit f38a7be

Browse files
author
Eric Swann
committed
Added support for V8 debugging and debug port
1 parent b429ee3 commit f38a7be

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ These settings can be set manually or added to the AppSettings of your applicati
5454
//The default script cache expiration in seconds:
5555
int ScriptCacheExpirationSeconds { get; }
5656

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+
5763

5864
## Using the Runtime Manager
5965

0 commit comments

Comments
 (0)