The VB6 IDE, in the 90's, had a great feature where you could arbitrarily drag the execution point around. It was incredibly useful for basically zero iteration time for development. Add a breakpoint, step over your code, and if something went wrong, drag the execution point back a few lines, fix it, and try again.<p>This seems like a holy grail for IDEs. Why was this feature lost in time, or have I been using the wrong IDEs?