PointerToSymbolTable:
The file offset of the COFF symbol table, or zero if no COFF symbol table is present. It is 0 for PE image files, since debugging information is depreciated.
Why it says debugging information is depreciated for PE image? AFIAK, executables in windows can also carry debug information,isn't that the case?