Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Handling of Exceptions
#1
Hello,

Right now when an Exception is thrown the OS instantly closes (if it is not in a try catch block). This makes it difficult figuring out where the error is coming from. Is it possible to somehow show the error before closing (in the console like in a normal console application or in the debug output)?
Reply
#2
Just add a try..except in your main func and log it there. 5 lines of code or so...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)