We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3108d5e commit f4985e2Copy full SHA for f4985e2
README.md
@@ -6,11 +6,15 @@
6
3. Ensure that this project is recognized as a Maven project inside IntelliJ.
7
6. Run the Main java class in `/src/main/java/com/application/Main.java`.
8
9
+### Instruction to run tool using Maven.
10
+Since this is a Maven project, use the command below to run the tool from root folder of the repo.
11
+`mvn exec:java -Dexec.mainClass=com.csgt.Main`
12
+
13
14
### How to use the tool?
15
1. Click File -> Select Method Definition log file.
16
2. Click File -> Select Call Trace file.
-3. Click Run -> Run.
17
+3. Click Render -> Run.
18
4. If you want to start over, click Run -> Reset and redo steps 1 through 3 above.
19
20
### Generate Log files.
0 commit comments