Debugger was working fine untill I decided to move the workspace to a parent directory. Now whenever I decide to start debugging I see this: Debugger attached. Waiting for the debugger to disconnect... Things I have tried: -Installed Ins...
node --inspect-brk= /*(port)*/ jsSandbox.js Debugger listening on ws:// (ip address) Debugger attached. Waiting for the debugger to disconnect... 这似乎已经是 Code 和Node 的一个已解决问题,这就是我如此困惑的原因。难道我做错了什么? 这是我尝试调试的唯一 javascript 文件: // learning ...
'Waiting for the debugger to disconnect...'); await session.send({ method: 'Profiler.stop' });31 changes: 24 additions & 7 deletions 31 test/parallel/test-inspector-wait-for-connection.js Original file line numberDiff line numberDiff line change ...
Waitingforthe debugger to disconnect... PS D:\Working\TypeScript\path3> // webpack中的所有的配置信息都应该写在module.exports 中 module.exports= { resolve: { extensions: ['.ts','.js'] } }
Node 7.9.0架构ia32vscode输出信息Debugging with inspector protocol because Node.js v8.9.0 was detected.node --inspect-brk=44491 buildwebpack.dev.conf.js Debugger listening on ws://127.0.0.1:44491/6106fe32-29c1-43e6-a966-ab0f6992084eDebugger attached.Waiting for the debugger to disconnect......
Debugger attached.Waitingforthedebuggerto disconnect...internal/modules/cjs/loader.js:968throwerr;^Error:Cannot find module'ts-node/register'Require stack:-internal/preload at Function.Module._resolveFilename(internal/modules/cjs/loader.js:965:15)at Function.Module._load(internal/modules/cjs/loader....
/*** @param {string} data*/dataAdded(data) {if(data.startsWith('Debugger listening on') || data.startsWith('Debugger attached.') || data.startsWith('Waiting for the debugger to disconnect...'))return;this._terminal.write(data);} ...
For help, see: https://nodejs.org/en/docs/inspector Debugger attached. Waiting for the debugger to disconnect... 1. 2. 3. 4. 5. 最后发现是vscode的运行模块配置问题:我原来的配置代码因为是粘贴的,所以没有修改,如下: { "version": "0.2.0", ...
> (E:\node\ts-node-starter\node_modules \ts-node\register\index.js:1:16) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) Waiting for the debugger to disconnect... ...
接着看attachedToWorker。 复制 void Frontend::attachedToWorker(const String& sessionId, std::unique_ptr<protocol::NodeWorker::WorkerInfo> workerInfo, bool waitingForDebugger){std::unique_ptr<AttachedToWorkerNotification> messageData = AttachedToWorkerNotification::create().setSessionId(sessionId).set...