debug symbols

Where can I get the latest debug symbols for 1.50.10 so that I can see the callstack in Visual Studio when there is a debug break that involves jvm.dll.
[159 byte] By [nathanmxa] at [2007-10-3 11:50:00]
# 1
I am also looking for jvm.pdb for JRE 1.5.0_06. I am not able to find info on how to get this file or generate one. Appreciate if you have found any ways to get hold of this file.Thanks
rameshyelamalia at 2007-7-15 14:23:40 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 2
All debug symbols info is in jvm.map file. This file should be in thesame dir where you found jvm.dll.
swamyva at 2007-7-15 14:23:40 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 3
I don't seem to have that file. Where did you get it and is it compatible with Visual Studio 2005? I download JDK and it was not there.
neighta at 2007-7-15 14:23:40 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 4
Did you try downloading fastdebug version. It should be there.
swamyva at 2007-7-15 14:23:40 > top of Java-index,Archived Forums,Debugging Tools and Techniques...