java - How to go to the specified breakpoint in MyEclipse? -
in web project controller have 2 breakpoint called breakpointa,breakpointb .when debug project,if code running in breakpointb,how can return breakpointa? in visual studio can drag breakpointb breakpointa easily.but in myeclipse how that?do has shortcut keys?
i don't think there way eclipse debug perspective has "drop frame" capability take start of method. standard eclipse functionality, not specific myeclipse.
Comments
Post a Comment