Are there any debug symbols available for sa-mp? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (
https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: Are there any debug symbols available for sa-mp? (
/showthread.php?tid=398496)
Are there any debug symbols available for sa-mp? -
Gamer_Z - 09.12.2012
a .pdb would make debugging much easier you know..
Last time I'm frustrated by something that happens outside my plugin code. And just can't seem to solve it.
Re: Are there any debug symbols available for sa-mp? -
Kar - 09.12.2012
crashdetect has a pdb file, try to ask zeex how he did it ;\
Re: Are there any debug symbols available for sa-mp? -
Y_Less - 10.12.2012
Your plugin shouldn't be interacting with other parts of the server in that way, maybe it would help if you said what it is that you're doing and what is happening as a result.
Re: Are there any debug symbols available for sa-mp? -
Gamer_Z - 10.12.2012
Quote:
Originally Posted by Y_Less
Your plugin shouldn't be interacting with other parts of the server in that way, maybe it would help if you said what it is that you're doing and what is happening as a result.
|
well it is solved (the amx heap was getting too large because of unreleased data, in short: forgot a amx_Release call), but for the future I would like to know what the problem is of server crashes.
And I don't see any problems in interacting with the server, I actually made an alternative to sampgdk and invoke myself and it works xD (it's in the GPS R182 plugin and it has the code you use for redirecting SetPlayerName in sscanf)