stevedlawrence commented on code in PR #1540:
URL: https://github.com/apache/daffodil/pull/1540#discussion_r2288647488
##########
daffodil-core/src/main/scala/org/apache/daffodil/runtime1/debugger/InteractiveDebugger.scala:
##########
@@ -52,10 +52,15 @@ import
org.apache.daffodil.runtime1.processors.unparsers.Unparser
case class DebuggerExitException() extends UnsuppressableException("Debugger
exit")
+/**
+ * Gets a bunch of events and uses runner to deal with events interactively
Review Comment:
Make this more formal.
> Receives events from daffodil and uses the provided
InteractiveDebuggerRunner to determine how to handle those events
--
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]