如何在intellij-idea中调试jhipster生成的反应项目?

问题描述 投票:-1回答:1

如何在intellij-idea中调试jhipster生成的反应应用程序?

在intellij-idea中使用内置调试我只能调试后端。我想同时调试前端

java reactjs intellij-idea jhipster remote-debugging
1个回答
1
投票

您可以使用https://blog.jetbrains.com/webstorm/2017/01/debugging-react-apps/中的说明进行调试:

  • 以通常的方式开始你的应用程序(./mvnwnpm start或你通常使用的任何方式)
  • 使用您的服务器URL创建Javascript Debug,例如:

enter image description here

  • 在客户端代码中添加断点
  • 调试上面的配置
© www.soinside.com 2019 - 2024. All rights reserved.