6 ms·
Yeah, it's just a list of files, no file data. It's also implemented in a CSS-only manner that lags horribly in Firefox. The filenames themselves look legitim
by mischanix 12y ago
Yeah, it's just a list of files, no file data. It's also implemented in a CSS-only manner that lags horribly in Firefox. The filenames themselves look legitimate, though.
- TillE 12y agoPossibly extracted from debug symbols? That would be my guess. It takes a while to load even in Chrome.
- mischanix 12y agoThe only files that show up in PDBs are source files for the resulting objects (e.g., .c); there are .exp and other files in that tree.
- aionescu 12y agoActually, static and dynamic libs also show up, as do resource files. So I guessed that .obj is .c (not always accurate), .res is .rc, and dynamic .lib is .exp, and so on and so forth.