WebStorm不允许在调试模式下进行代码检查

时间:2017-04-18 12:11:28

标签: javascript debugging mocha webstorm

WebStorm(2017.1)不允许我进行代码检查。

我在WebStorm中运行并配置了一些Mocha测试。我正在使用Node 6.10。

我在代码中放置一个断点,代码执行在此时停止。但是:

  1. 我无法将鼠标放在变量上以查看其值是什么。
  2. 我无法在调试控制台窗口的光标中输入任何内容来检查它(调试控制台窗口似乎不允许我输入任何内容)。
  3. 无法检查我的调试代码,我几乎陷入困境,而WebStorm对我来说毫无用处。

    测试运行如下。这是控制台中给出的命令:

      

    / usr / bin / node --debug-brk = 38590 --expose_debug_as = v8debug   /家庭/ SWE /库/ Web客户端/代码/ node_modules /摩卡/斌/ _mocha   --compilers js:babel-core / register --recursive --require ignore-styles --timeout 0 --ui bdd --reporter /home/swe/oliver/WebStorm-171.3780.79/plugins/NodeJS/js/mocha -intellij / LIB / mochaIntellijReporter.js   / home / swe / Repositories / WebClient / code / tests / utils调试器监听   在[::]:3859

    此外,我无法检查变量窗口中的变量。它挂在“收集数据”上。这就是我所看到的:

    enter image description here

0 个答案:

没有答案