Reputation: 23344
So there is a small java program to add two numbers.
There is one break-point.
I used Debug as -> Java Application
.
But still, Step Into
, Step Over
, Resume
, Suspend
and Terminate
buttons are disabled in my eclipse.
See below:
Debugger recognized the breakpoint at int b = 3
but still the buttons are disabled.
Everything was working fine yesterday.
What should be the cause?
Upvotes: 2
Views: 10705
Reputation: 21
I have met the same issue and fixed it. The following are the possible solutions:
Upvotes: 2