DebugService

A model of the attributes needed for debugging a JVM and various components, such as the BSF Manager

Inherits from type Service and adds the following.

Attributes Summary
jvmDebugPort : IntegerThe port that the JVM will listen on for debug connections.
jvmDebugArgs : StringThe debug argument string used to tell the JVM to start in debug mode.
debugClassFilters : StringThe is an array of classes to filter out during debugging.
BSFDebugPort : IntegerThe port to start the BSF debug manager listening on.
BSFLoggingLevel : IntegerThe 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:  Integer
     default Value:   7777



jvmDebugArgs    -    The debug argument string used to tell the JVM to start in debug mode.
     data type:  String
     default Value:   unspecified



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:  String
     default Value:   unspecified



BSFDebugPort    -    The port to start the BSF debug manager listening on.
     data type:  Integer
     default Value:   4444



BSFLoggingLevel    -    The level of logging the BSF Debug Manager will provide.
     data type:  Integer
     default Value:   0


Copyright IBM Corp. 1996-2002