What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How do I debug my scripts?

Status
Not open for further replies.

Riven

New Member
Joined
Apr 27, 2014
Messages
28
Reaction score
0
I am an amatuer/hobbyist programmer with some knowledge of C#/CPP. I wrote a plugin for AB, and it sometimes crashes with this error:
Code:
~\farmbarley.dllUnknown executing error, or plugin was forcibly unloaded.
anywhere between 2-5 hours after launching the plugin. How do I begin to troubleshoot what causes crashes like these? Thanks.
 
Hi, you cant debug plugins with debugger.
So, use try catch in your code, and when exception will appear - you can see where
 
Status
Not open for further replies.
Back
Top