Editor debugging query

Editor debugging query

romanhmromanhm Posts: 2Questions: 1Answers: 0

How can I view, for debugging purposes, the query generated by the "Editor" component in Visual Studio 2022 APS.NET Core 8?

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,981Questions: 26Answers: 5,076
    Answer ✓

    I believe adding .Debug(true) before ..Process() will provide the query used in the JSON response. Something like what is used in this thread.

    Kevin

  • allanallan Posts: 64,410Questions: 1Answers: 10,635 Site admin

    Yup, as always, exactly what Kevin says. Docs here.

    Allan

  • romanhmromanhm Posts: 2Questions: 1Answers: 0

    Great, works very well, thanks to both of you

Sign In or Register to comment.