%Studio.BreakPoint
Class %Studio.BreakPoint Extends (%Persistent, %XML.Adaptor) [ System = 3 ]
Represents a specific breakpoint for a Studio Project.
Properties
Project
Relationship Project As Project [ Cardinality = parent, Inverse = BreakPoints ];
Condition
Property Condition As %String(MAXLEN = 256, XMLPROJECTION = "attribute");
Routine
Property Routine As %String(MAXLEN = 64, XMLPROJECTION = "attribute");
Offset
Property Offset As %String(MAXLEN = 256, XMLPROJECTION = "attribute");