Earl
Well-known member
I am trying to override isDiscouraged method in \Pub\AbstractController class.
Everything looks good, but debugger not pause the execution at the breakpoint in extended code. the method (isDiscouraged) in base class executed correctly, but at the end of the code, it does not jump into my extended code.
I really appriciate if anyone can suggest a way to find what's wrong with it.
Everything looks good, but debugger not pause the execution at the breakpoint in extended code. the method (isDiscouraged) in base class executed correctly, but at the end of the code, it does not jump into my extended code.
I really appriciate if anyone can suggest a way to find what's wrong with it.