Jump to content

Featured Replies

Posted

I am currently trying some new stuff and have added a bunch of code.

Sometimes the scripthook crashes and only says that my asi has crashed.

Is there a way to write the error into a file (with some information like the line in which it occurred or the method)?

In java you can print the stack trace into a file, but I am not savvy enough in C++ to do so.

I have tried a try/catch on the main method and using cout or ofstream to write the exception (exception.what()) into an existing file, but it didnt work.

Any help would be much appreciated.

Edited by HughJanus

  • 10 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...