Debugging | loaded modules/types?

Answered

How do I get a list of all modules/assemblies loaded in the actively debugged application? Or an object inspector? I can't seem to find any tools to probe the running process outside the frame contexts inside breakpoints. 

 

Like these in VS:

 

 

2
3 comments

Unfortunately, Rider doesn't have a Modules view. However, you can use the Debug Output tab to see what has been loaded. Here is a feature request for the Modules view in Rider: https://youtrack.jetbrains.com/issue/RIDER-18260

May I ask how you use the Object Browser during the debugging?

0

Hi, I am trying to debug a dynamically loaded assembly, which is why It would be helpful to have a modules window.

I would like to browse the loaded modules, then debug a specific file in one of them.

0

Maestroeyal,

Thanks for your feedback! I've added it to the internal comments of the feature request on YouTrack. Please feel free to upvote it to help us proirotize the feature.

0

Please sign in to leave a comment.