我将后端和前端分为两个不同的项目,但我无法在前端项目中使用断点
我正在开发一个项目,我们需要将后端和前端分成两个项目。在处理它时,我遇到了一些前端错误,我尝试设置断点来查找问题,但断点不起作用,因为我想该项目是从命令提示符启动的。有谁知道如何在前端项目中设置断点?
I'm working on a project and we needed to separate backend and frontend into two projects. And while working on it I was getting some frontend errors, I tried to set breakpoints to find the issue but the breakpoints aren't working because the project is started from the command prompt, I suppose. Does anyone know how I can set breakpoints in the frontend project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您的项目没有通过(在手表上)运行 axample“nodemon”或“--watch”命令
make sure your project is not running by (on-watch) for axample "nodemon" or "--watch" command