Home | History | Annotate | Download | only in antlr3

Lines Matching refs:Debug

380     if @debug = ( @parser_class.debug? rescue false )
382 @port = options.fetch( :port, ANTLR3::Debug::DEFAULT_PORT )
409 if @debug
411 opt.separator "Debug Mode Options:"
413 opt.on( '--trace', '-t', "print rule trace instead of opening a debug socket" ) do
417 opt.on( '--port NUMBER', Integer, "port number to use for the debug socket" ) do |number|
448 if @debug
450 parser_options[ :debug_listener ] = ANTLR3::Debug::RuleTracer.new
496 if @debug = ( @parser_class.debug? rescue false )
497 @port = options.fetch( :port, ANTLR3::Debug::DEFAULT_PORT )
538 if @debug
540 opt.separator "Debug Mode Options:"
542 opt.on( '--port NUMBER', Integer, "port number to use for the debug socket" ) do |number|
564 if @debug