Skip to content

Commit

Permalink
add debug note (#531)
Browse files Browse the repository at this point in the history
added a link to the visualize parsing section to have a visible debug mode (so users that create an issue can try to get us better output)
  • Loading branch information
AnEmortalKid authored and wumpz committed Oct 25, 2017
1 parent 1a1a1aa commit b1abc6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ This will produce the jsqlparser-VERSION.jar file in the target/ directory.

**To build this project without using Maven, one has to build the parser by JavaCC using the CLI options it provids.**

## Debugging through problems

Refer to the [Visualize Parsing](https://github.com/JSQLParser/JSqlParser/wiki/Examples-of-SQL-parsing#visualize-parsing) section to learn how to run the parser in debug mode.

## Source Code conventions

Recently a checkstyle process was integrated into the build process. JSqlParser follows the sun java format convention. There are no TABs allowed. Use spaces.
Expand Down

0 comments on commit b1abc6f

Please sign in to comment.