0

I was coding late yesterday (might be important) and debugging and breakpoints were working fine.

Today, probably when I pressed some unknown shortcut, execution is not stopping on breakpoint.

First thing I noticed is strange icon:

enter image description here

but I found no option (basically because I do not know what I'm looking for) to switch it back...

Currently it is crossed (I do not know what is that) but it is not disabled (icon is empty in such cases).

Betlista
  • 10,327
  • 13
  • 69
  • 110

2 Answers2

2

Enable breakpoints. Click Windows > Open perspective > Other Choose Debug.

Refer screen-shot

enter image description here

Chandrayya G K
  • 8,719
  • 5
  • 40
  • 68
  • Welcome. Also you can assign key board short cut to `Skip All Break Points` command in `Windows > Preferences > Keys`. – Chandrayya G K Nov 13 '14 at 11:12
  • No, I do not want to use it, thanks. I just do not know, how I turned it on yesterday (there is no default shortcut). – Betlista Nov 13 '14 at 11:30
1

Looking at your screenshot, it seems your break points are skipped. You should be able to enable them from the debug perspective. Look for a blue circle with a line across it. Should say skip all breakpoints (if memory serves me right)

dubes
  • 5,324
  • 3
  • 34
  • 47