C
cverbiest
Guest
When debugging OOABL I frequently need to step into a method but without stepping through the code of the getters / methods / functions that are supplied as parameters to the method. It would make debugging a lot easier if there was a step-into-method command that would stop inside a method/procedure/function but that would step over all the code that is executed to supply the parameters for the call.
Continue reading...
Continue reading...