lib, src: add vm.runInDebugContext()
Compiles and executes source code in V8's debugger context. Provides
a programmatic way to get access to the debug object by executing:
var Debug = vm.runInDebugContext('Debug');
Fixes #7886.
Reviewed-by:
Trevor Norris <trev.norris@gmail.com>
parent
174f7d28
Please register or sign in to comment