Break a code in intermediate function

6 visualizzazioni (ultimi 30 giorni)
Hi, I am trying to break a code in an intermediate function of the whole procedure I am running. For example, I run "my_script.m" which calls an intermediate function "my_function.m". I would like to break/pause the code at line 15 of "my_function.m". It is basic programming feature, but (surprsingly) couldnt do it or find quick instructions in the internet. I am grateful for any help. Thanks.

Risposta accettata

Star Strider
Star Strider il 24 Gen 2015
Would the pause function do what you want? Also, see the list of related functions at the end of that page.
  3 Commenti
Marcelo Sena
Marcelo Sena il 25 Gen 2015
Ok, just found the problem. I had a clear all which was clearing the break code.
Star Strider
Star Strider il 25 Gen 2015
My pleasure.
What do you want to do with the paused code? What do you want to do at Line 15 of "my_function.m"?
If you want to examine or change a variable, another option is inputdlg and its friends (listed in and at the end of that page). One benefit of inputdlg is that it and its friends don’t clutter the Command Window.

Accedi per commentare.

Più risposte (1)

Sean de Wolski
Sean de Wolski il 24 Gen 2015
Modificato: Sean de Wolski il 26 Gen 2015
>>dbstop in my_function at 15
Or click the - next to the line number in the editor. Doc:
>>web(fullfile(docroot, 'matlab/matlab_prog/debugging-process-and-features.html'))
  3 Commenti
Marcelo Sena
Marcelo Sena il 24 Gen 2015
By the way, setting the breakpoint with the mouse does not work. The file just continues until the error line.
Sean de Wolski
Sean de Wolski il 26 Gen 2015
Just run the above at the command line.

Accedi per commentare.

Categorie

Scopri di più su Debugging and Analysis in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by