Mercurial > hg > octave-lyh
changeset 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 | f07f7dd0d4df |
children | ec79cd8359c5 |
files | scripts/miscellaneous/debug.m |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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.