# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1323917796 18000 # Node ID 4f7bbf1c6fe4d8d4e1e5a9be1845cdd153ca31c6 # Parent f07f7dd0d4dff450b480351ac9628735086f41f8 debug.m: Hint more at the capabilities of dbstep (bug #34712) diff --git a/scripts/miscellaneous/debug.m b/scripts/miscellaneous/debug.m --- 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.