Class DebuggingInitializer
java.lang.Object
io.deephaven.server.console.python.DebuggingInitializer
- All Implemented Interfaces:
ThreadInitializationFactory
If python is configured as the script language for this server, ensures that threads which may invoke python code
will be able to be debugged. If python is disabled, this does nothing.
-
Field Summary
Fields inherited from interface io.deephaven.util.thread.ThreadInitializationFactory
NO_OP
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DebuggingInitializer
public DebuggingInitializer()
-
-
Method Details
-
createInitializer
- Specified by:
createInitializer
in interfaceThreadInitializationFactory
-