debugging - Matlab break code in specific function -
I have a basic debugging question, but no answer could be found surprisingly. How can I set a breakpoint inside a function that will be called inside the original code I'm running?
For example, I run the file "mycode.m" which says the function "myfunction.m" and wants to break the code on line 25 of "myfunction.m".
Thank you.
Comments
Post a Comment