You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up the default error stream to be output somewhere when developing the server. This allows the developer to access the Exception traces that happen before the language client connects to the server.
In particular, this would be very helpful when trying to debug the native image of the server. Crashes can occur during the initialization request, since all the classes that form the initialization request must be registered for reflection in order to successfully send the request.
The text was updated successfully, but these errors were encountered:
If the environment variable `LEMMINX_DEBUG` is set,
then Java's errors will not be disconnected from standard error.
Closeseclipse-lemminx#1019
Signed-off-by: David Thompson <davthomp@redhat.com>
If the environment variable `LEMMINX_DEBUG` is set,
then Java's errors will not be disconnected from standard error.
Closes#1019
Signed-off-by: David Thompson <davthomp@redhat.com>
Set up the default error stream to be output somewhere when developing the server. This allows the developer to access the Exception traces that happen before the language client connects to the server.
In particular, this would be very helpful when trying to debug the native image of the server. Crashes can occur during the initialization request, since all the classes that form the initialization request must be registered for reflection in order to successfully send the request.
The text was updated successfully, but these errors were encountered: