Lines Matching +full:security +full:- +full:events
3 <!--introduced_in=v8.0.0-->
5 > Stability: 2 - Stable
7 <!-- source_link=lib/inspector.js -->
20 <!-- YAML
23 - version: v18.10.0
24 pr-url: https://github.com/nodejs/node/pull/44489
26 -->
55 `node --inspect=[[host:]port]`, but can be done programmatically after node has
61 See the [security warning][] regarding the `host`
71 $ node --inspect -p 'inspector.url()'
72 Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
74 ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
76 $ node --inspect=localhost:3000 -p 'inspector.url()'
77 Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
79 ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
81 $ node -p 'inspector.url()'
87 <!-- YAML
89 -->
101 back-end and receiving message responses and notifications.
105 <!-- YAML
107 -->
119 <!-- YAML
121 -->
135 ### Event: `<inspector-protocol-method>`;
137 <!-- YAML
139 -->
144 to the `<inspector-protocol-method>` value.
159 <!-- YAML
161 -->
163 Connects a session to the inspector back-end.
167 <!-- YAML
169 -->
171 Connects a session to the main thread inspector back-end. An exception will
176 <!-- YAML
178 -->
187 <!-- YAML
190 - version: v18.0.0
191 pr-url: https://github.com/nodejs/node/pull/41678
195 -->
201 Posts a message to the inspector back-end. `callback` will be notified when
203 arguments: error and message-specific result.
217 to the run-time events.
277 [CPU Profiler]: https://chromedevtools.github.io/devtools-protocol/v8/Profiler
278 [Chrome DevTools Protocol Viewer]: https://chromedevtools.github.io/devtools-protocol/v8/
279 [Heap Profiler]: https://chromedevtools.github.io/devtools-protocol/v8/HeapProfiler
280 [`'Debugger.paused'`]: https://chromedevtools.github.io/devtools-protocol/v8/Debugger#event-paused
282 [security warning]: cli.md#warning-binding-inspector-to-a-public-ipport-combination-is-insecure