persistent class %Studio.WatchPoint
extends %Persistent, %XML.Adaptor
Represents a specific watchpoint for a Studio Project.
property Condition
as %String(MAXLEN=256,XMLPROJECTION="attribute");
relationship Project
as Project [ Inverse = WatchPoints,Cardinality = parent ];
property Variable
as %String(MAXLEN=64,XMLPROJECTION="attribute");
index (NameIdx on Variable) [IdKey];