Arguments |
[@bp_count] [stacklevel ] [{cmds}] |
@bp_count |
See
"@bp_count". |
stacklevel |
call stack trace level |
{cmds} |
See
"Command list". |
Sets a (temporary for bU, permanent for bu) up-level breakpoint. The breakpoint is set immediately after the return to the level specified by stacklevel. (Note that you specify a numeric value for stacklevel, without any underscore. For example, 5.) See "Stack trace commands". If stacklevel is not specified, then the breakpoint is set one level up from the current procedure. For example, a common sequence after accidentally single stepping into a procedure is
to set a temporary, up-level break and continue. The command cU accomplishes the same idea.