2

enter image description here

 Eclipse IDE for Java Developers Version: Luna Service Release 2 (4.4.2) Build id: 20150219-0600 

I put some breakpoints in this first picture:

Breakpoints

After that, i clicked the bug symbol to start debug mode:

debug mode

But the application started as if it is in normal run mode. And as you can see in 2. picture, those buttons can not be clicked (next step, step into).

I was using kepler, it was same so i downloaded luna but it is still same. I could use debug mode 5-6 months ago. I did not use eclipse since that time and did not change anything.

1
  • 2
    WTFFFF?? unbelievable! Commented Oct 13, 2016 at 23:04

2 Answers 2

8

All your breakpoints are disabled because you have "Skip all Breakpoints" enabled. You can recognize this by the strike-trough breakpoint icon:

enter image description here

Enable your breakpoints again by clicking the icon in the very top left of your first screenshot:

enter image description here

This will turn the "Skip all Breakpoints" setting off again and your program can be debugged as expected. More on this in the Eclipse documentation.

Sign up to request clarification or add additional context in comments.

Comments

0

Do you

  • try Debug start?
  • use Debug on the right program?

It looks like the breakpoint was not catched...

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.