SAP ABAP Class CL_VMCDBG_INACTIV_BP_REGISTR (inactive break-point registry)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-VMC (Application Component) Virtual Machine Container
     SVMCRT_DEBUG (Package) VMC Debugger (new)
Properties
Class CL_VMCDBG_INACTIV_BP_REGISTR  
Short Description inactive break-point registry    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SVMCRT_DEBUG   VMC Debugger (new) 
Created 20110920   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_VMCDBG_CONTROL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_VMCDBG_INACTIV_BP_REGISTR has no interface implemented.
Friends
Class CL_VMCDBG_INACTIV_BP_REGISTR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_INACTIVE_BP Instance attribute Private Type reference (TYPE) TT_BP_INFO VMCDBG: Breakpoint table 20110920
2 SO_INSTANCE Static Attribute Public Object reference (TYPE REF TO) CL_VMCDBG_INACTIV_BP_REGISTR inactive break-points 20110920
Methods
# Method Level Visibility Method type Description Created on
1 ADD_INACTIVE_BP Instance method Public Method 20110920
2 GET_INACTIVE_BP Instance method Public Method get inactive break-points 20110920
3 GET_INSTANCE Static method Public Method 20110920
4 IS_BP_INACTIVE Instance method Public Method check whether a break-point is in inactive state or not 20110920
5 REMOVE_INACTIVE_BP Instance method Public Method 20110920
6 RESET Instance method Public Method 20110920
Events
Class CL_VMCDBG_INACTIV_BP_REGISTR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_BP_INFO Private See coding 20110920 tt_bp_info type table of ty_bp_info
2 TY_BP_INFO Private See coding 20110920 BEGIN OF ty_bp_info, type TYPE vmcdbg_breakpoint_type, class TYPE string, method TYPE string, line TYPE int4, condition TYPE string, arguments TYPE vmcdbg_bp_arguments, END OF ty_bp_info
Method Signatures

Method ADD_INACTIVE_BP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BP Call by reference Type reference (TYPE) VMCDBG_BP VCM Breakpoint 20110920

Method ADD_INACTIVE_BP on class CL_VMCDBG_INACTIV_BP_REGISTR has no exception.

Method GET_INACTIVE_BP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BP Value transfer Type reference (TYPE) VMCDBG_BP_IT VMCDBG: Breakpoint table 20110920

Method GET_INACTIVE_BP on class CL_VMCDBG_INACTIV_BP_REGISTR has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_VMCDBG_INACTIV_BP_REGISTR inactive break-points 20110920

Method GET_INSTANCE on class CL_VMCDBG_INACTIV_BP_REGISTR has no exception.

Method IS_BP_INACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BP Call by reference Type reference (TYPE) VMCDBG_BP VCM Breakpoint 20110920
2 Returning RV_STATUS Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110920

Method IS_BP_INACTIVE on class CL_VMCDBG_INACTIV_BP_REGISTR has no exception.

Method REMOVE_INACTIVE_BP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BP Call by reference Type reference (TYPE) VMCDBG_BP VCM Breakpoint 20110920

Method REMOVE_INACTIVE_BP on class CL_VMCDBG_INACTIV_BP_REGISTR has no exception.

Method RESET Signature

Method RESET on class CL_VMCDBG_INACTIV_BP_REGISTR has no parameter.
Method RESET on class CL_VMCDBG_INACTIV_BP_REGISTR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702