4

我正在开发jhipster Release 0.7.0并使用 spring STS 来运行带有tomcat7的项目。

但我无法Break point在调试模式下访问。调试器跳过该点并打开调试透视图。

请帮助调试模式下的断点不适用于jHipster

4

2 回答 2

4
  • Right click on your "Application" class, you should be able to run/debug it.
  • Select "Debug", of course :-)
  • To set a breakpoint, just click on the left of line you are interested in, it should display a red dot. When this code is executed, you should enter debug mode!
于 2014-02-13T09:16:41.810 回答
-1

运行 mvn debug,你应该在“Run Configurations”中选择“Source”选项卡。单击“添加”选择您的项目。“应用”-“Dubug”没问题!

于 2016-07-15T07:16:09.597 回答