0

I am debugging certain project and put debug point at a location in eclipse.

But, execution pauses somewhere I have not put debug point.

I googled it but of not help. referred here also and tried everything, again of no use.

Snapshots :

enter image description here

enter image description here

Community
  • 1
  • 1
codingenious
  • 8,385
  • 12
  • 60
  • 90

1 Answers1

3

Found answer to my query, thanks to comment by Chrylis.

Window -> Preferences -> Java -> Debug

Uncheck Suspend execution on uncaught exceptions.

enter image description here

codingenious
  • 8,385
  • 12
  • 60
  • 90