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

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -