Debugging with just PDB files



I need to use a debugger that allows me to step throu code by just using PDB
files. The PDB stores all the source information. How would I do this?
.