MATLAB: Going to previous step while debugging

guide

Hi
How to go to previous step while debugging in matlab just like we use F10 for next step? Is there any such option?
Thanks – Lalan

Best Answer

You would think it would be something easy to implement in a interpreted language, but unfortunately, it's not possible to move the execution pointer to an arbitrary line in matlab.
You can only step forward I'm afraid.