Lines Matching refs:inspector
19 const kInspectMsgRegex = /Debugger listening on ws:\/\/\[?(.+?)\]?:(\d+)\/|For help, see: https:\/\/nodejs\.org\/en\/docs\/inspector|Debugger attached|Waiting for the debugger to disconnect\.\.\./;
50 const inspector = require('inspector');
51 if (session === undefined) session = new inspector.Session();
64 // Create a special require function for the inspector command line API
70 const consoleAPIModule = new CJSModule('<inspector console>');
78 // Wrap a console implemented by Node.js with features from the VM inspector
80 const { consoleCall, console: consoleFromVM } = internalBinding('inspector');
82 // If global console has the same method as inspector console,
97 // Add additional console APIs from the inspector