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 CommandsZBREAKSets a breakpoint.ZBREAK:pc location:action:condition:execute_codeZB:pc location:action:condition:execute_codeZBREAK:pc /command:optionZB:pc /command:optionArgumentspclocation:action:condition:execute_code/command:optionOptional — A postconditional expression.Specifies a code location (that sets a breakpoint) or a local orsystem variable (which sets a watchpoint). If the locationspecified already has a breakpoint/watchpoint defined, thenew specification completely replaces the old one.Optional — Specifies the action to take when thebreakpoint/watchpoint is triggered, specified as an alphabeticcode. Action code letters may be uppercase or lowercase,but must be enclosed in quotation marks. If omitted, defaultis “B”. If omitted, and either :condition or :execute_code isspecified, the colon must appear as a place-holder.Optional —Specifies an expression that will be evaluated toa boolean value when the breakpoint/watchpoint is triggered.The expression must be surrounded by quotation marks. Iftrue, action is carried out. If not specified, the default is true.If omitted, and :execute_code is specified, the colon mustappear as a place-holder.Optional —Specifies <strong>Caché</strong> <strong>ObjectScript</strong> code to be executedif :condition is true.The code must be surrounded by quotationmarks if it is a literal.A command governing all breakpoints and watchpoints. Theslash (/) prefix is mandatory. Available commands are:/CLEAR, /DEBUG, /TRACE, /ERRORTRAP, and/INTERRUPT. All except /CLEAR take an option, as describedbelow.386 <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!