Closed sws797 closed 2 years ago
Hi!
To debug using IDEA I use a gradle run configuration with the following run command : run --args='webdiff left.java right.java'
, then I launch it in debug mode.
Thanks for your reply. I don't understand how to "launch it in debug mode". First run: then: and get:
Did I miss something?
If I change webdiff to parse, the result is:
This is how I configure it :
Oh, it works! Thank you very much! (o゜▽゜)o☆
223
Hi @jrfaller , The gumtree is very cool, as a person who has not formally studied Java, I want to learn about the implementation of gumtree at the code level, but I have some problems: It can really run with
/gradlew run --args="webdiff D:/left/file1.java D:/right/file1.java"
, but it doesn't seems like a debugging way. I've been trying to run the project in debugging mode these days, but all the schemes mentioned in issues failed.I encountered the following errors while running
Client.Run
by IDEA:This is my file1.java:
How should I run it in debug mode using IDEA, any suggestions?
Originally posted by @sws797 in https://github.com/GumTreeDiff/gumtree/issues/223#issuecomment-1056073882