when I debug code, I often get this popup in Visual Studio 2017, that prevents me from evaluating objects.
I clicked on Help button and read the instructions what to do, however none of the options they suggested, which is basically - to disable all property evaluation, that makes debugging useless since I do want to see the state of the object or the collection.
Is there any way to solve this? Thanks.