Windows Crash Dump with Xojo

How does one retrieve information from a Windows Crash Dump useful to debugging a Xojo-built application?

The following thread indicates that this is possible, at least in the case of the Xojo IDE itself:

https://forum.xojo.com/28995-xojo-under-win-10-crashed

It would be particularly useful to retrieve the name of the function which crashed.

Some information here on crash dumps on Windows:

http://developer.xojo.com/techinfo/creating-crash-dumps

Thanks for the information.

I built a simple Xojo executable with a deliberate crash which produced a .dmp file in the CrashReports folder.

I could view the .dmp file within Visual Studio, and see the stack trace.

However, to convert the function addresses into readable function names, it appears to require a .pdb file.

Is this correct?

If so, how might one generate a .pdb file to correspond to a Xojo build?