| e | Index Level | System Debugger functions |
| Syntax | |
| Category | System Debugger |
| Type | Command |
| Description | terminates the current process and returns either to TCL (if at the first level), or to the previous level |
| Options | |
| See Also | brk-debug esc-level debug esc-data : brk-level loop-on (R83) System Debugger end off |
| 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". |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| e | Index Level | System Debugger functions |