Class DebuggingInitializer

java.lang.Object
io.deephaven.server.console.python.DebuggingInitializer
All Implemented Interfaces:
ThreadInitializationFactory

public class DebuggingInitializer extends Object implements 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.