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] タブを選択します。「追加」をクリックしてプロジェクトを選択します。「申し込む」→「ダブる」イソク!

于 2016-07-15T07:16:09.597 に答える