Skip to content

Commit

Permalink
make it possible to add breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Jun 23, 2016
1 parent 2a2b6ac commit c260ce7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,8 @@ protected int execATNWithFullContext(DFA dfa,
protected ATNConfigSet computeReachSet(ATNConfigSet closure, int t,
boolean fullCtx)
{
if ( debug ) System.out.println("in computeReachSet, starting closure: " + closure);
if ( debug )
System.out.println("in computeReachSet, starting closure: " + closure);

if (mergeCache == null) {
mergeCache = new DoubleKeyMap<PredictionContext, PredictionContext, PredictionContext>();
Expand Down

0 comments on commit c260ce7

Please sign in to comment.