File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ The kInspector permission scope restricts the current process from opening its o
250250` process._debugProcess(pid) ` — which sends an OS-level signal (SIGUSR1 on POSIX, a remote thread on Windows)
251251to an external process — is not gated by the kInspector scope or any other Permission Model scope.
252252
253- A sandboxed process running under --permission with no additional grants can call process._ debugProcess(pid)
253+ A sandboxed process running under [ ` --permission ` ] [ ] with no additional grants can call ` process._debugProcess(pid) `
254254to force another Node.js process to open its V8 Inspector. The target process does not need to be running
255255under --permission for this to work — any Node.js process running on the same host under the same OS user
256256can be signaled.
You can’t perform that action at this time.
0 commit comments