I’ve had several instances where my client code caused exceptions that were not making it to the console. Instead, the user gets silently disconnected from the server. I would have expected that any client code exceptions would lead to a complete stack trace dumped to the console.
The way it is now, subtle bugs can be very hard to find.