DebugService
This type is a class for model objects.
A model of the attributes needed for debugging a JVM and various components, such as the BSF Manager
Package: debugservice
Supertype: Service
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Attributes Summary jvmDebugPort : EInt The port that the JVM will listen on for debug connections. jvmDebugArgs : EString The debug argument string used to tell the JVM to start in debug mode. debugClassFilters : EString The is an array of classes to filter out during debugging. When running in step by step mode the debugger will not stop in classes that match a filter entry. BSFDebugPort : EInt The port to start the BSF debug manager listening on. BSFLoggingLevel : EInt The level of logging the BSF Debug Manager will provide.
Attribute Details
jvmDebugPort - The port that the JVM will listen on for debug connections.
Data Type: EInt
Default value: 7777
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
jvmDebugArgs - The debug argument string used to tell the JVM to start in debug mode.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
debugClassFilters - The is an array of classes to filter out during debugging. When running in step by step mode the debugger will not stop in classes that match a filter entry.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: true
Ordered: true
Lower bound: 0
Upper bound: Unbounded
Unique: true
Derived: false
Transient: false
Volatile: false
BSFDebugPort - The port to start the BSF debug manager listening on.
Data Type: EInt
Default value: 4444
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
BSFLoggingLevel - The level of logging the BSF Debug Manager will provide.
Data Type: EInt
Default value: 0
Required: false
Changeable: true
Unsettable: true
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
(C) COPYRIGHT International Business Machines Corp. 1996-2006