How to debug LINQ query in VS2013 or higher IDE

  • Thread starter Thread starter Sudip_inn
  • Start date Start date
S

Sudip_inn

Guest
i often write LINQ to search data in list or data table and also do join between datatables. when those line execute then a inter loop occur i guess and we can not debug and check values in each iteration. so tell me how could i grab each iteration? what tools and technique available in VS2013 or Higher version of IDE which allow me to see each iteration.

when we set break point in for loop then we can see each iteration same way how to do the same for linq query? any way exist?

Continue reading...
 
Back
Top