A big benefif of using MyEclipse for me is that debugging can be done by swapping a jar in Reference Library with its corresponding MyEclipse Project folder(ex. replace a dependency jar named A.jar with a project named A). The project can auto rebuild itself upon detecting swapping nicely.
Now with the new Maven Dependencies, I don’t know if we can do similar swapping and if yes, how.