<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <i>This might be of interest or used for future reference.</i><br>
    <br>
    Microsoft has made an effort to open up and document it's
    proprietary PDB debugging file format, a.k.a program database (.pdb)
    file, primarily used by Visual Studio Debugger and WinDbg.
    Apparently, the aim is to open it for use in other
    compilers/debuggers.<br>
    <br>
    Source code of binary level formats and simple tools that can use
    PDB format:<br>
    <a href="https://github.com/Microsoft/microsoft-pdb">https://github.com/Microsoft/microsoft-pdb</a><br>
    <br>
    There is also a read-only API for accessing PDB format called Debug
    Interface Access SDK:<br>
    <a href="https://msdn.microsoft.com/en-us/library/x93ctkx8.aspx">https://msdn.microsoft.com/en-us/library/x93ctkx8.aspx</a><br>
    <br>
    <br>
    Denis<br>
  </body>
</html>