This adds support for specifying v8Flags with dashes. Previously only underscores were allowed. Also allows specifying values for v8Flags in the from --flag=value, which was not supported till now. Also add --inspect support.
5 lines
126 B
JSON
5 lines
126 B
JSON
{
|
|
"args": ["--expose-debug-as=customDebug", "--eval", "console.log(customDebug.Debug.DebugEvent.Break)"],
|
|
"stdout": "1"
|
|
}
|