Debugger only stops at breakpoints, will not “step over”

后端 未结 6 1480
灰色年华
灰色年华 2021-01-05 01:54

I\'m trying to debug code that I\'ve built from source. It is started with the wrapper from Tanuki.

I\'m debugging inside IntelliJ idea but I\'m not sure that is the

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-05 02:54

    Make sure you don't have a different jar on the classpath (other than the project) with the same classes. You could be stepping through the compiled classes and "breakpointing" in the sources.

提交回复
热议问题