#Can I set that if I have an error in the code the console is not executed at all?
7 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @terse hollow! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
What?
i think he want to 'hide' errors by preventing the stacktraces from printing to console if an error occurs
basically (i'm guessing) he fiddled with minecraft, is ignoring a persistant exception that is constantly triggering by catching and ignoring it
and he want to hide the evidence by preventing it from printing
but its just a guess
@trail leaf
And I think that - no. You will either get errors during compile time or at runtime and it will always be showed in console. You should try and catch possible exceptions.