Click here to Skip to main content
15,896,915 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
VB

Get this message when running in Watch window in Debug mode and am unable
to determine values.
"Count= Implicit function evaluation is turned off by the user."

It appeared when using a Watch window.
Don't know if it's specific to type Array List which is what
I wanted info about but unable to determine information

What I have tried:

VB

Have tried closing and re-opening Visual Studio but no change.
Went through all the menus couldn't find anything pertaining to the problem.
Have tried closing and re-opening Win 10
Posted
Updated 7-Mar-21 9:14am

1 solution

To turn it back on do the following

On the Tools menu, click Options.
In the Options dialog box, open the Debugging node, and click General.
If the Debugging node does not appear, click Show all settings.
Select or clear the Enable property evaluation and other implicit function calls check box, and then click OK.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900