Protractor Debugging Issue - Waiting for the debugger to disconnect
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I am trying to debug protractor scripts on VSCode. I edited the launch.json file but the debug console throws the below error. Here is the VSCode Debug Console Output: C : \Program Files \nodejs\node . exe -- inspect - brk = 45448 conf . js C : \Users\abc\AppData\Roaming\npm\node_modules\protractor\example / conf . js Debugger listening on ws : //127.0.0.1:45448/ab61a2d7-4b40-456b-86cb-838e94dfe5b0 Debugger attached . Waiting for the debugger to disconnect ... I am not able to find a solution anywhere online either. 回答1: When you