Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 706 Bytes

debug.md

File metadata and controls

20 lines (12 loc) · 706 Bytes

Debugging TCR

Running and debugging From GoLand or IntelliJ

There is run configuration in .run directory to launch or debug tcr from the IDE on the src/testdata/java sample.

Running and debugging another IDE

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

Attaching a debugger to a running TCR instance

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.