File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -590,6 +590,16 @@ Type: Runtime
590
590
` node debug ` corresponds to the legacy CLI debugger which has been replaced with
591
591
a V8-inspector based CLI debugger available through ` node inspect ` .
592
592
593
+ <a id =" DEP0069 " ></a >
594
+ ### DEP0069: vm.runInDebugContext(string)
595
+
596
+ Type: Documentation-only
597
+
598
+ The DebugContext will be removed in V8 soon and will not be available in Node
599
+ 10+.
600
+
601
+ * Note* : DebugContext was an experimental API.
602
+
593
603
[ alloc ] : buffer.html#buffer_class_method_buffer_alloc_size_fill_encoding
594
604
[ alloc_unsafe_size ] : buffer.html#buffer_class_method_buffer_allocunsafe_size
595
605
[ `Buffer.allocUnsafeSlow(size)` ] : buffer.html#buffer_class_method_buffer_allocunsafeslow_size
Original file line number Diff line number Diff line change @@ -313,6 +313,8 @@ console.log(util.inspect(sandbox));
313
313
added: v0.11.14
314
314
-->
315
315
316
+ > Stability: 0 - Deprecated. An alternative is in development.
317
+
316
318
* ` code ` {string} The JavaScript code to compile and run.
317
319
318
320
The ` vm.runInDebugContext() ` method compiles and executes ` code ` inside the V8
You can’t perform that action at this time.
0 commit comments