I've got a JSF Application with ManagedBeans and I'm trying to debug the code inside my ManagedBeans with breakpoints (eclipse Java EE mars).
As stated in the answer to this question here: How to debug JSF/El it should be as easy as add a breakpoint inside a method of a ManagedBean and get the method executed and eclipse will stop when the breakpoint is reached, right?
Now if I add a breakpoint in eclipse (rightclick -> "Toggle Breakpoint") my program just runs through as if there was no breakpoint.
Did I get forget some basic thing or did I get the concept of debugging in JSF wrong or is this most likely a bug / misconfiguration or any other thing?