I have used it a few times for debugging, as long as you are aware that it's not a guarantee that your changed code works perfectly when run from scratch, it can be useful to iterate changes to a single function without a whole compile>build>debug cycle, just edit the code and see if it changed the behaviour in the debugger.