In the NextGen demo Crystal Dynamics released before Tomb Raider: Legend's launch they made a boo-boo. They left in this hierarchy of files:

- trl.exe
- tr7.exe
- tr7.pdb

While 'trl.exe' is the demo executable, 'tr7.exe' is the debug executable. Containing the debug menu you can bring up with F6 key once in-game. And 'tr7.pdb' matches 'tr7.exe' 1:1. So the names/symbols will properly be displayed whichever debugger or static analysis tool you'd use.

You can replace the current Steam build's .exe with the debug .exe and get access to the debug menu. Note that some stuff may not work, as the NextGen demo didn't have all the units already coded at the time the demo was aired. It works with 99.8% of the menu options.

Enjoy,
SunBeam