public interface AspectDebugger extends Debugger
Modifier and Type | Method and Description |
---|---|
void |
stopOnPropertyBreakpoint(ComplexValue complexValue,
String propertyName)
Suspends the execution of a process if a breakpoint is set on the
assignment of a record property.
|
void |
stopOnRecordConstruction(ModelInstance modelInstance,
String qualifiedName)
Suspends the execution of a process if a breakpoint is set on the record
creation.
|
void |
stopOnVariableBreakpoint(Context context,
Variable variable)
Suspends the execution of a process if a breakpoint is set on the
assignment of this variable.
|
void stopOnVariableBreakpoint(Context context, Variable variable)
context
- the context of the variablevariable
- the variable to check for a breakpoint presencevoid stopOnPropertyBreakpoint(ComplexValue complexValue, String propertyName)
complexValue
- the value representing a record (either non-shared or shared)propertyName
- the name of the property on which the assignment is about to happenvoid stopOnRecordConstruction(ModelInstance modelInstance, String qualifiedName)
modelInstance
- the model instance in which the record is createdqualifiedName
- a qualified name of the record typeCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.