I have 40-50 methods in a class, I want to add breakpoints to all of them. Can I add breakpoints to all of them at once?
Click on Debug tab and select "Debug All". Then call the method/controller/function that you want debugging and step through it with debuger (not continue, unless you have breakpoints set).