system.debugger.end
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
