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.

ZINSERTKeyword/CLEAR/DEBUG:device/TRACE/ERRORTRAP/INTERRUPTDescriptionRemove all breakpoints.Clear or set debug device.Enable or disable sending trace messages to the trace device (the“T” action in subsequent ZBREAK commands.) Options are:ON=enable trace. :OFF=disable trace. :ALL=trace all lines.You canredirect output with the :ON or :ALL options by specifying a device.For example ZBREAK /TRACE:ON:device.Enable or disable $ZTRAP and $ETRAP. Options are :ON and :OFF.Specify Control-C action. Options are :NORMAL and :BREAK.See Also• BREAK command• OPEN command• USE command• $ZUTIL(68,5) Argumentless BREAK Process Switch function• $ZUTIL(69,5) Argumentless BREAK System Default function• Debugging chapter in Using <strong>Caché</strong> <strong>ObjectScript</strong>ZINSERTInserts a line of code in the current routine.ZINSERT:pc "code":locationZI:pc "code":locationArgumentspccodelocationOptional — A postconditional expression.A line of <strong>Caché</strong> <strong>ObjectScript</strong> code, specified as a string literal (enclosedin quotation marks) or a variable that contains a string literal. The firstcharacter must be either a space or a label name.Optional — The line after which ZINSERT inserts the code.<strong>Caché</strong> <strong>ObjectScript</strong> <strong>Reference</strong> 389

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

Saved successfully!

Ooh no, something went wrong!