Herly Quijano
Newcomer
- Joined
- Mar 19, 2021
- Messages
- 79
- Reaction score
- 10
Hello, I'm using Warcraft 3 and I wanna handle better the errors, because it don't have its own event log I wanna create it myself to improve its debugging, but I have problems:
- It doesn't print the errors or warns unless you use "xpcall(func, print)", I can do that but it will make the errors don't stop the thread.
- They don't have the debug library (that's normal but don't have a substitute so I can't access to the stack trace).