PDB (Program Database) 是 Windows 平台下用于存储程序调试信息的文件，包含 Pogget 的公共函数符号。您可以利用本文件对 Pogget 进行精准的调试诊断，以及更好地定位错误发生的位置。

如何工作: 将 Pogget.pdb 放在与 Pogget.exe 统一目录下即可。符号会自动被加载。

The PDB (Program Database) is a file used on the Windows platform to store debugging information, containing the public function symbols for Pogget. You can utilize this file to perform precise diagnostics and better locate the origin of any errors.

How it works: Simply place Pogget.pdb in the same directory as Pogget.exe. The symbols will be loaded automatically by your debugger.