Debug Mode Info - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Debug Mode Info (
/showthread.php?tid=474596)
Debug Mode Info -
||123|| - 08.11.2013
I would like to know what the following means:
Код:
Header size
Code size:
Data size:
Stack/heap size:
Total requirements:
Re: Debug Mode Info -
ToiletDuck - 09.11.2013
Well to avoid getting that in compiling. Add this top of your script
pawn Код:
#pragma dynamic 26384 // this is to avoid header/heap size warnings, needs to be averted by sorting strings out
Re: Debug Mode Info -
iZN - 09.11.2013
You're compiling it with the -d2 or -d3 flag. Check pawn.cfg inside your pawno folder.
Re: Debug Mode Info -
||123|| - 09.11.2013
I said I want to know what it is, not 'help i need to fix this'. I'm not getting these messages I've turned on debug mode to -d3 to keep track of my RAM and cells use. I just don't understand what they all mean. I've got some idea about Stack/heap size and know that a few things like it's a separate RAM for local variables being called over and over again but how much total Stack Heap size do I have? Or does it depends on the CPU I use, meaning increased stack heap size in better PC's with bigger rams.
I would also like to know about what is Header Size and other things I've posted.
Re: Debug Mode Info -
||123|| - 09.11.2013
Lag**double post
Re: Debug Mode Info -
||123|| - 09.11.2013
Anyone?
AW: Debug Mode Info -
Nero_3D - 09.11.2013
Read "Memory image" (page 95) in
pawn implementer guide