mbeckerle commented on a change in pull request #88: Daffodil 1919 separators
URL: https://github.com/apache/incubator-daffodil/pull/88#discussion_r206577437
 
 

 ##########
 File path: 
daffodil-runtime1/src/main/scala/org/apache/daffodil/debugger/InteractiveDebugger.scala
 ##########
 @@ -1539,17 +1538,17 @@ class InteractiveDebugger(runner: 
InteractiveDebuggerRunner, eCompilers: Express
         }
       }
 
-      object InfoOccursBounds extends DebugCommand with 
DebugCommandValidateZeroArgs {
-        val name = "occursBounds"
-        override lazy val short = "ob"
-        val desc = "display the current occurs bounds"
-        val longDesc = desc
-        def act(args: Seq[String], prestate: StateForDebugger, state: 
ParseOrUnparseState, processor: Processor): DebugState.Type = {
-          if (state.occursBoundsStack.isEmpty) debugPrintln("%s: occurs bounds 
not set".format(name))
-          else debugPrintln("%s: %d".format(name, state.occursBoundsStack.top))
-          DebugState.Pause
-        }
-      }
+//      object InfoOccursBounds extends DebugCommand with 
DebugCommandValidateZeroArgs {
 
 Review comment:
   remove commented code

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to