There is run configuration in .run directory to launch or debug tcr from the IDE on the src/testdata/java sample.
If you are using another IDE, use the following config:
- Working Directory: src
- Command:
go run . -b ./testdata/java -w ./testdata/java -c ./testdata/java
If you are using IntelliJ or GoLand, you can refer to this page for details on how to build and run a Go application and attach a debugger.