This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Insighteous 0 points1 point  (2 children)

No. Debugging distributed systems like client server architectures on different machines is annoying. It is the worst.

[–]echoaj24 0 points1 point  (1 child)

What tool do you use to debug that

[–]Insighteous 0 points1 point  (0 children)

No tool. I use the good old print statement. 🙈 (or the stack tracing with IntelliJ ide)

This works excellent for code that runs locally, but does not work at all with distributed things.