We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4985e2 commit 662e41dCopy full SHA for 662e41d
README.md
@@ -1,4 +1,5 @@
1
-# CSVFull
+# Java Call Stack Graph Tool
2
+#### A tool to generate a graphical representation of the Java call stack.
3
4
### Instruction to run tool using intelliJ.
5
1. Download or clone the repository.
@@ -8,6 +9,7 @@
8
9
10
### Instruction to run tool using Maven.
11
Since this is a Maven project, use the command below to run the tool from root folder of the repo.
12
+
13
`mvn exec:java -Dexec.mainClass=com.csgt.Main`
14
15
0 commit comments