Visual Studio 2022 and debug LINQ query

T.Zacks 3,996 Reputation points
2021-11-10T17:55:16.197+00:00

in my organization we use old VS called VS2013.

Visual studio 2022 is new. so i am curios to know is there any tool there to debug LINQ query very easily?

when we debug code using VS2013 and if we edit LINQ query code then we have to stop and start the application again.
so tell me does this problem still there in VS2022 ?

also please guide me how to use & understand VS2019 or VS2022 diagnostic tool. here is screen shot given.

Thanks

Developer technologies C#
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2021-11-11T01:41:37.293+00:00

    Nothing particularly new.

    https://learn.microsoft.com/en-us/visualstudio/debugger/debugging-linq?view=vs-2022

    Note: linq for objects is more debuggable than linq for sql or ef.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.