Bug? Xmaxerrs, error, compilation

YPMN

Member
Licensed User
Longtime User
Hi,

For the past two days, I've noticed that for an application that used to display the error line number during compilation in case of a problem, I now get the following message:

1 error
only showing the first 1 errors, of 4 total; use -Xmaxerrs if you would like to see more.

With no way to identify the line of code that is causing the problem. How can I resolve this problem, please?

error.png
 

josejad

Expert
Licensed User
Longtime User
The error says: "code too large for try statement".

Search for similar results:

 
Top