Section: Debugging FreeMat Code
Set a breakpoint. The syntax for this is:
dbstop(funcname,linenumber)
where funcname is the name of the function where we want to set the breakpoint, and linenumber is the line number.
funcname
linenumber