system.debugger.end

Command/System Debugger, Releases: AP and R83

Terminates process and returns to TCL.

Description

terminates the current process and returns either to TCL (if at the first level), or to the previous level

Example

select entity <= Invokes a lengthy select process.
<break> <= Interrupts process.
! <= Debugger prompt appears.
!end<return> <= Finishes 'select' ...
: <= ... and returns to TCL.
In this example, the assumption is made that the <break> key is defined
to 'break' into the debugger. See 'brk-debug',
'brk-level', 'esc-level', and 'esc-debug'.

See Also

Command Name Type Description
tcl.brk-debug Verb: Access Causes the break key to enter the system or Pick/BASIC debugger.
tcl.esc-level Verb: Access Makes escape key push a level.
basic.debugger.debug Command Invokes virtual debugger from Pick/BASIC debugger.
tcl.esc-data Verb: Access Makes escape key behave normal.
system.debugger.: Command Pushes level from debugger.
tcl.brk-level Verb: Access Causes the break key to push a level.
tcl.loop-on_rp Verb: Access Repeats TCL command indefinitely.
system.debugger.overview Introductory Overview of system debugger.
tcl.end Verb: Access Ends process.
system.debugger.off Command Terminates process.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.