11.07.2015 Views

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Routine, Debugging, and Other CommandsAction Code“B”“L”“L+”“S”“S+”“T”“N”DescriptionSuspends execution and displays the line at which the breakoccurred, with a caret (^) indicating the location within the line. AGOTO resumes execution. “B” is the default.Suspends execution for single-step execution of lines using GOTO.Single-step mode suspended during DO, XECUTE, or user-definedfunctions.Suspends execution for single-step execution of lines using GOTO.Single-step mode also applies to DO, XECUTE, and user-definedfunctions.Suspends execution for single-step execution of commands usingGOTO. Single-step mode suspended during DO, FOR, XECUTE,or user-defined functions.Suspends execution for single-step execution of commands usingGOTO. Single-step mode also applies to DO, FOR, XECUTE, anduser-defined functions.Outputs a trace message to the trace device. Can be combined withany other action code. For example “TB” means suspend execution(“B”) and output trace message (“T”). “T” by itself does not suspendexecution. This action only works if a previous ZBREAK commandspecifies ZBREAK /TRACE:ON.Take no action at this breakpoint or watchpoint.conditionA boolean expression. When true (1), the action should be taken and the execute_code (ifpresent) executed. When false (0), the action and execute_code are ignored. Default is true(1).execute_codeThe <strong>Caché</strong> <strong>ObjectScript</strong> code to be executed. This code is executed prior to the action beingcarried out. Before the code is executed, the value of $TEST is saved. After the code hasexecuted, the value of $TEST as it existed in the program being debugged is restored./command:optionA command keyword used to set the ZBREAK environment for subsequent ZBREAKcommands. The /CLEAR command takes no option. The other command keywords are followedby an option, separated by a colon.388 <strong>Caché</strong> <strong>ObjectScript</strong> <strong>Reference</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!