debugging - IntelliJ IDEA debugger for Java: return desirable value from method during debug -
Eclipse has a "Force Return" feature which allows the method to return any selected item to the call. Is there such a facility in the Intel IDEA?
The answer to VikingStaveval is now old. This facility was introduced in Intel IDEA 15. Open debugging, debugger window, select the Frame tab (next to the thread), then right-click on a frame / method in the list and select "Return force" and supply the price.
Comments
Post a Comment