Is there any way to return from the current step during execution in debug mode and not to stop the app?
I see this like debugger should insert return statement when you press the 'exit button' for example.
The main usecase of this behaviour is in fast response of refactoring\rewriting of long methods; when you want to test first part of it and not to trigger save\update\delete actions at the end of it.
The question is concerned Intellij primarily, but other IDEs experience also is interesting.