Debug Mode Info
#1

I would like to know what the following means:

Код:
Header size
Code size:
Data size:
Stack/heap size:
Total requirements:
Reply
#2

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
Reply
#3

You're compiling it with the -d2 or -d3 flag. Check pawn.cfg inside your pawno folder.
Reply
#4

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.
Reply
#5

Lag**double post
Reply
#6

Anyone?
Reply
#7

Read "Memory image" (page 95) in pawn implementer guide
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)