Is it possible to make some filtration in the Add Watch of Visual Studio C# -


i add large list of data a add watch of visual studio c#, , want see specific data, make filtration a in add watch such like

a.where(o => o.date == today)  a.groupby(o => o.symbol) ...... 


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -