Stepping back while debugging

3 visualizzazioni (ultimi 30 giorni)
Raghu Piska
Raghu Piska il 19 Set 2016
Commentato: Raghu Piska il 20 Set 2016
I have a matlab function which has several matlab sub functions in it. While debugging the function I accidentally passed one sub function. Now I want to go back one step and "step in" that sub function. How can I do that?
  2 Commenti
per isakson
per isakson il 19 Set 2016
Modificato: per isakson il 19 Set 2016
Not possible, however there is a work around:
  1. set a break point in the beginning of the code of one_sub_function
  2. select the call of one_sub_function, which you just passed.
  3. right click and choose Evaluate Selection
Raghu Piska
Raghu Piska il 20 Set 2016
Thanks for your answer.

Accedi per commentare.

Risposte (1)

Image Analyst
Image Analyst il 19 Set 2016
There is no "edit and continue" or ability to move the next execution line in MATLAB, unfortunately, like there is in Microsoft Visual Studio.

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by