debug static method
Implementation
static void debug(bool enableDebug) {
plotlineFunc?.callAsFunction(null, "debug".toJS, enableDebug.toJS);
}
static void debug(bool enableDebug) {
plotlineFunc?.callAsFunction(null, "debug".toJS, enableDebug.toJS);
}