Debugging
Last updated
Last updated
To prevent a clog up in the TCP connection between both programs some good practices would include:
Run the program in DEBUG mode not RUN mode.
You can use the telemetry feature for debugging purposes. This will pop up on the
You can also use this to output information using System.out.println
Here is an additional resource to understand this function more: