antlr / intellij-plugin-v4

An IntelliJ plugin for ANTLR v4
https://plugins.jetbrains.com/plugin/7358-antlr-v4
BSD 3-Clause "New" or "Revised" License
462 stars 103 forks source link

It seems that the `-Xlog` option does not work #635

Open hengxin opened 1 year ago

hengxin commented 1 year ago

I am using the ANTLR 4 plugin (version 1.20; including ANTLR 4.11.1) for IntelliJ. In build.gradle in this project, I use the -Xlog option as follows:

generateGrammarSource {
    arguments += ["-Xlog", "-visitor"]
}

However, it does not generate .log file as expected.

Note: I have posted a problem on Stackoverflow (without getting answers yet).