How to configure which assemblies are marked as System in the profiler?

In the profiler call tree I can use "Mark all functions from Assembly X as System" to hide a particular assembly. Is there a way to get it back or see a list of which assemblies are hidden?

0
3 comments

Hi,

 

Unfortunately, currently, you cannot see the list or get an assembly back in Rider. This functionality is available in dotTrace profiler only (the list is shared between Rider and dotTrace).

We are currently working on it and plan to implement this feature in the next version of Rider (2020.3).

0
Avatar
Permanently deleted user

That's great to hear! While we're waiting, is there a way to do this by editing some settings file? I'm on MacOS.

0

Yes, there is a way: you need to remove corresponding entries from the /Users/username/Library/Application Support/JetBrains/Rider2020.1/resharper-host/GlobalSettingsStorage.DotSettings file.
The entries look like
<s:String x:Key=“/Default/SystemModulesOptionsManager/Modules/=0/@EntryIndexedValue”>JetBrains.Lifetimes%|%true%|%User-defined Group</s:String>.

0

Please sign in to leave a comment.