olabusayoT commented on code in PR #1479: URL: https://github.com/apache/daffodil/pull/1479#discussion_r2191069674
########## daffodil-cli/src/main/scala/org/apache/daffodil/cli/debugger/CLIDebuggerRunner.scala: ########## @@ -53,6 +54,12 @@ class CLIDebuggerRunner(cmdsIter: Iterator[String], in: InputStream, out: PrintS var reader: Option[LineReader] = None + def init(): Unit = { + throw new IllegalArgumentException( + "Must pass in InteractiveDebugger to the init function for CLIDebuggerRunner" Review Comment: The api for DebuggerRunner supports init() but CLIDebuggerRunner which extends it needs an InteractiveDebugger passed in, so the no-arg init is not supported for CLIDebuggerRunner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org