Feature Request: Paused rewind
This one should be really easy to do. If I click "Pause" in the debugger, and then click "Rewind", the application should start paused so it's possible to examine the first frame.
Of course it can also be done with events, but that's not as flexible. Should be really easy to implement.
Cheers ;)
Re: Feature Request: Paused rewind
this combined with being able to step forward one frame at a time would be great =)
Re: Feature Request: Paused rewind
Random, can't you do that :
Start of frame : Pause application
I think "step one frame" or "step X frames" could be nice for an action in the event editor since it's already done by the debugger. But I think it's impossible because the event editor is not read when application is in pause...
Re: Feature Request: Paused rewind
Like I said:
"Of course it can also be done with events, but that's not as flexible."
I can do just that. But it's not as flexible if you do it with events. Aw well. I just thought it'd be nice as I believe it should be only a 2 minutes work to implement that.
thewreck, you already have a "step forward one frame" button on the debugger.
Re: Feature Request: Paused rewind
omg! how did i miss that...
i always double-click the playbutton.. and that doesnt work as good =(