UDK .dmp file debugging

I have been trying to figure out how to properly open a .dmp file generated by UDK on a crash but have not found anything yet.

In Visual Studio, I can open the dmp file and see the dlls running but when I try to debug, I can only run “Debug with Mixed” which doesn’t result in any kind of useful information.

When I try to run “Debug with Managed only”, I need to have a UDK.pdb file, which doesn’t exist in the UDK directory.

What can I do to find out the results of the game crashes?

Thanks.