user10055134
user10055134

Reputation: 149

Eclipse Debugger Not working. Weird breakpoint

I have been using Eclipse for a while now, and up to about a week ago the debugger has been working fine. However, now it does not run in the debug mode, but as if I just pressed run. Also, my breakpoints look different and have small black arrows on them. I tried reinstalled eclipse, but that did not work. This is what the breakpoints look like now. I am using jdk 1.8.0_172.

These are some of the breakpoints:

The breakpoint

Another breakpoint

Upvotes: 1

Views: 349

Answers (1)

howlger
howlger

Reputation: 34275

These are Triggers for breakpoints.

For details:

Upvotes: 1

Related Questions