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:


Please sign in to leave a comment.
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?
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.
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.