#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)

terse hollow
#

.

proven domeBOT
#

This post has been reserved for your question.

Hey @terse hollow! Please use /close or the Close Post button 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.

trail leaf
#

What?

severe hill
#

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

unborn hedge
#

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.