Iori Yagami
Iori Yagami

Reputation: 406

Disable break point in a .class file

I have a problem with my Eclipse debugger. When I start my server (JBoss Server AS 4.2) it always stops in a break point in a class called WebAppClassLoader whose source code doesn't exist on my machine. I don't know how to disable that frustrating breakpoint. Any suggestion please ?

Upvotes: 5

Views: 1806

Answers (1)

Terry
Terry

Reputation: 927

Try Window/View/Other/Debug/Breakpoints

This will open a window that should list all the set breakpoints in your open project. You can remove a breakpoint by unchecking it in the list.

Upvotes: 1

Related Questions