How disable eval debug in VS 2022?

Alexey Gr 11 Reputation points
2023-06-03T11:40:09.54+00:00

I have a problem, when debugging a project, a lot of "evals" are created in the solution explorer. After the project is stopped, the studio takes them for a long time. Can I disable this feature somehow?

vs studio eval

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
{count} votes

2 answers

Sort by: Most helpful
  1. osjaetor 480 Reputation points
    2023-06-03T20:45:37.1633333+00:00

    Hi Alexey,

      To disable javascript debugging you can do it from here:
    

    javascript_debugging

    Regards,

    1 person found this answer helpful.
    0 comments No comments

  2. osjaetor 480 Reputation points
    2023-06-03T14:02:06.07+00:00

    Hi Alexey,

    To disable the eval debug feature in VS 2022, you can follow these steps:

    1. Go to "Tools" menu.
    2. Select "Options" from the dropdown menu. The "Options" dialog box will appear.
    3. In the left pane of the dialog box, expand the "Debugging" section.
    4. Click on "General" under the "Debugging" section.
    5. In the right pane, you will find various debugging options.
    6. Look for the "Enable property evaluation and other implicit function calls in C# Interactive window and interactive views" option. It should be under the "Debugger" section.
    7. Uncheck the checkbox next to this option to disable it.
    8. Click the "OK" button to save the changes and close the dialog box.

    Regards,


Your answer

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