gpt4 book ai didi

node.js - 使用 Visual Studio Code 调试 Node js

转载 作者:IT老高 更新时间:2023-10-28 23:21:39 33 4
gpt4 key购买 nike

我尝试使用 Visual Studio Code 调试 Node JS 中的项目,但我没有实现。我用下面的命令构建了一个简单的项目:

express myExpressApp
cd myExpressApp
npm install
npm start

我的文件launch.json:

enter image description here

我在“调试”窗口中选择了“启动 app.js”选项。应用程序运行没有问题。我放了一个断点:

enter image description here

我在 Chrome 中给出地址:http://localhost:3000/

Visual Studio Code 说:“在断点处暂停”,但我什么也没看到,我可以按 Continue 并且应用程序继续...

Pause on breakpoint

已编辑:我使用的是 OS X 10.10(我对其进行了测试,它在 Ubuntu 中运行良好。)

最佳答案

VSCode 0.8.0 在 Node 版本早于 0.12.0 时存在问题。升级到至少 0.12.0 或等待即将推出的 VSCode 0.9.0。

关于node.js - 使用 Visual Studio Code 调试 Node js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32699411/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com