Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is the breakpoint marked with a backslash in eclipse CDT editor?

enter image description here

In the picture, I have set two breakpoints, and the breakpoint marks are displayed as two small balls with backslashes, rather than just two small balls.

Why is it? and how to resolve this issue?

like image 562
xmllmx Avatar asked Jun 25 '14 05:06

xmllmx


1 Answers

It should be similar to this annotation:

diagonal line through breakpoint: all breakpoints have been disabled (button skip all breakpoints in breakpoint view)

See "Skip All Breakpoints".

Also visible in PyDev (so not specific to CDT):

http://i.stack.imgur.com/bgVeq.png

like image 139
VonC Avatar answered Sep 28 '22 06:09

VonC