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
Post a Comment