Skip to content

Commit

Permalink
Added support for V8 debugging and debug port
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Swann committed Dec 11, 2014
1 parent b429ee3 commit f38a7be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ These settings can be set manually or added to the AppSettings of your applicati
//The default script cache expiration in seconds:
int ScriptCacheExpirationSeconds { get; }

//Is V8 debugging enabled
bool V8DebugEnabled {get;}

//What is the V8 Debug port to connect on. Default is 9222.
bool V8DebugPort {get;}


## Using the Runtime Manager

Expand Down

0 comments on commit f38a7be

Please sign in to comment.