Remove java exception breakpoints when debugging Liferay in eclipse

前端 未结 1 1752
心在旅途
心在旅途 2021-02-03 10:21

By debugging of Liferay Portal, that is tomcat application, eclipse make usual stop at ThreadPoolExecutor$Worker.run() line: 912 although I don\'t set a breakpoint

相关标签:
1条回答
  • 2021-02-03 10:56

    You can fix this immediately by opening the Markers view and delete the Java Exception Breakpoints.

    Markers view with Java Exception Breakpoints

    However, to permanently remove this type of breakpoints, you have to go to the Java Debug options and uncheck the "Suspend excecution on uncaught exceptions" option. Then this type of breakpoints won't get added again in the future.

    Java Debug options in Eclipse

    0 讨论(0)
提交回复
热议问题