We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818a730 commit a6bbe72Copy full SHA for a6bbe72
source/ada/lsp-ada_driver.adb
@@ -115,6 +115,8 @@ procedure LSP.Ada_Driver is
115
begin
116
Trace (Server_Trace,
117
"EXCEPTION: " & Exception_Name (E) &
118
+ Ada.Characters.Latin_1.LF &
119
+ "INFORMATION: " & Exception_Information (E) &
120
Ada.Characters.Latin_1.LF &
121
Symbolic_Traceback (E));
122
Ada_Handler.Handle_Error;
@@ -128,6 +130,8 @@ procedure LSP.Ada_Driver is
128
130
129
131
132
133
134
135
136
137
-- An exception occurred while fuzzing: make it fatal.
0 commit comments