Quote:
Originally Posted by grimvh2
Same opinion.
Try to debug the plugin, get the error logs ( and if ur not able to fix it, post the error log and maybe also the code )
|
If it infinite loops somewhere, and no error gets printed out, how do I know where to look?
In c, you can just run it in GDB and send a signal that will raise an exception. Then, you catch the exception, and the traceback will show you where it's stuck. Is there no similar thing in AMXX?