Dump and Minidump Support

Hey guys,

I'm a professional game developer with in UE4/UE5, looking to move to Jetbrains Rider as my primary IDE.  Love using it as my daily driver personally, but we're facing issues using it in a commercial setting.

We work with an embedded QA team that frequently send over dmp/pdbs as part of their crash reports, which is HUGELY helpful   Is there any support currently for opening up dumps directly?  In Visual Studio, we can simply open the file there/when, assuming we have the symbols.


Thanks in advance,

Tom

0
3 comments

Hello Tom,

There is such an option, but, unfortunately, it is not documented. There are the related issues on our tracker:

RIDER-112811 No documentation about how to debug native core dumps

RIDER-112812 No obvious way to debug native core dump.

You need to create a “Native Core Dump Debug” run configuration from Run | Edit Configurations:

 

Hope that helps. Have a nice day!

1

What I can observe is that this is very flaky even when the symbols are directly next to the executable, there is a symbol server etc. There seems be be an issue with loading symbols. The new Modules Window in rider 24 is really helpful but also shows that sometimes absolutely no symbols are loaded.
Is there a way to manually load in symbols?

0

In the Modules tab, right-click on the module missing symbols and load the symbols manually. 

 

0

Please sign in to leave a comment.