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 : intThe 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 : intThe port to start the BSF debug manager listening on.
BSFLoggingLevel : intThe 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:  int
     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:  int
     default Value:   4444



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


Copyright IBM Corp. 1997-2004