Shanedell commented on code in PR #875: URL: https://github.com/apache/daffodil/pull/875#discussion_r1024176140
########## daffodil-cli/src/main/scala/org/apache/daffodil/Main.scala: ########## @@ -117,6 +116,7 @@ import org.apache.daffodil.xml.QName import org.apache.daffodil.xml.RefQName import org.apache.daffodil.xml.XMLUtils import org.apache.daffodil.xml.DFDLCatalogResolver +// import org.apache.daffodil.processors.HasSetDebugger Review Comment: @tuxji I did not delete `HasSetDebugger` as it still is used by `daffodil-tdml-lib/src/main/scala/org/apache/daffodil/tdml/TDMLRunner.scala`. The `setDebugger` and `setDebugging` methods were set as deprecated here that is why they weren't delete but this can be done if it is something we want to do. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
