mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
{
|
|
"cmd": [
|
|
"iojs",
|
|
"${debug?--nocrankshaft}",
|
|
"${debug?--nolazy}",
|
|
"${debug?--nodead_code_elimination}",
|
|
"${debug?--debug-brk=15455}",
|
|
"$file",
|
|
"$args"
|
|
],
|
|
"debugger": "v8",
|
|
"debugport": 15455
|
|
} |