Skip to content

Commit b1abc6f

Browse files
AnEmortalKidwumpz
authored andcommitted
add debug note (#531)
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)
1 parent 1a1a1aa commit b1abc6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ This will produce the jsqlparser-VERSION.jar file in the target/ directory.
7979

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

82+
## Debugging through problems
83+
84+
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.
85+
8286
## Source Code conventions
8387

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

0 commit comments

Comments
 (0)