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