Is there a way to organize breakpoints hierarchically on eclipse? -
there configuration or plugin able creation of "breakpoint paths"? exemple: if there piece of code "b" , "c" runs many times in project, interesting debug process if piece of code "a" runs before it, there way able breakpoint in "b" if breakpoint in "a" passed, , able breakpoint in "c" if "a" , "b" passed?
Comments
Post a Comment