Mercurial > hg > octave-lyh
diff scripts/miscellaneous/debug.m @ 14053:4f7bbf1c6fe4 stable
debug.m: Hint more at the capabilities of dbstep (bug #34712)
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Wed, 14 Dec 2011 21:56:36 -0500 |
parents | 472a25155d82 |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/scripts/miscellaneous/debug.m +++ b/scripts/miscellaneous/debug.m @@ -42,7 +42,9 @@ ## ## @item dbstep ## @itemx dbnext -## Execute one or more lines of code and re-enter debug mode. +## Execute (step) one or more lines, follow execution into (step into) a +## function call, or execute until the end of a function (step out), and +## re-enter debug mode. ## ## @item dbcont ## Continue normal code execution from the debug prompt.