How can I enable "implicit evaluation" in the JetBrains Rider settings? - debugging

JetBrains Rider does not give me the new value for my watches automatically. Instead, I have to click refresh after every step:
I went to the settings and made sure this option was enabled:
However, the problem still occurs. Any help would be appreciated.

For Rider 2020.3
Press Shift twice to open Search Anywhere
Type "refresh watched" and hit enter Enter
Enable "Refresh watched values on debugger pause"
It should be enabled by default, but also ensure that "Allow property evaluations and other implicit function calls" is enabled first.

Try to uncheck that mark, save, check and save again. It helped me.

Related

QTP 11.0 Doesn't Recognize IE 8

My QTP 11.0 was recognizing IE 8 .one week before.Suddenly it stop recognizing.
It showing everything as Winobject. I unchecked enable protected mode also and all possible solution available in Internet.
Please help me if there is any other solution to it.
Check to make sure you are still loading the Web add-in module during startup of QTP/UFT.
IF UFT isn't asking you to double check during startup, then go into Tools > Options > Startup Options and check the box for "Display Add-in Manager on startup". then click OK, and completely close and restart UFT. It should ask you to verify your Addins again. Doublecheck that it is loading "Web", then uncheck the Show on startup box, and click OK.
One other thing to check is to make sure the test itself is using the Web Add-in. Right click a test in the Solution Explorer, and select Settings. Ensure the Associated add-ins list includes a checkmark next to "Web".
Note that I'm using 11.53, so could be differences
Always remember to open IE or other applications AFTER you open UFT/QTP first...

Project building but not debugging

I have been using VS 2013 for a month now and recently, ctrl+F5 has not been working. I can build the source file successfully, but when I try to debug, either using ctrl+f5 or f5 alone, All I get is a blank console.
I have repaired the installation but to no avail.
To my understanding, there are three possible diagnoses for your problem that you can attempt to solve.
1. You have an F-Lock key on your keyboard you have accidentally pressed.
Should this be the case, you should search whether your system does indeed have an F-Lock key and ensure that it is disabled accordingly.
2. You somehow have an incorrect keyboard mapping / incorrect settings in VS.
Go in Tools -> Options -> Environment -> Keyboard, select the drop-down for Keyboard Scheme and ensure that your keyboard mapping is correct (the f5 key is mapped to something). You can always also try resetting all of your keyboard settings here.
3. Your f5 key is broken?
Seems kind of ridiculous to say but there's always the possibility your actual key may be simply not working.
Hopefully this helps you get it working!
Two which I'd suggest for this would be, check the project properties launch settings "Start Action" if it's a web project.
Also to right click on the primary project you're trying to debug and "Set as Startup Project"

TFS - Files doesn't get check out for edit automatically when I edit

I am using VS2010 SP1 and TFS Version 10.0.40219.417
Now what happens is that I attempt to type in a non-checked out file, and well, nothing happens. VS does not check out the file. I have to manually check out the file for check in.
It's happening with me only. On my colleague system it's working fine. I have cross checked all the settings he has done in his VS2010. Please suggest what should I do ?
You probably covered this in "I have cross checked all the settings", but I'm going to ask anyway.
From How to: Disable Automatic Checkouts
In Visual Studio, on the Tools menu, click Options.
In the Options dialog box, click Source Control, and then click
Environment.
In the On Edit box, select a different option than Check out
automatically. The other available options are as follows:
Prompt for check out
Prompt for exclusive checkouts
Do nothing
Click OK.
Do you have "Do nothing" checked?
EDIT:
If the above setting is correct the next thing I would double check is if the solution is "Online". I have lost the connection without realizing it several times, it is worth an extra check.
To check:
Right-click on the solution name at the top of the Solution
Explorer and check if you have the "Go Online" option

VS2013 re-enable "Don't show this dialog again"

I was trying to update my service reference and I think there was a dialog that appeared warning about write/overwriting a read-only file. I check the "Don't show this dialog again" and now I want it to reappear. Where is the setting for this?
BTW: Everytime I right click and choose Update Service Reference, it does its think and a DING sound occurs but no updates took place. I would like to see the dialog again.
Try Tools > Import/Export Settings > Reset All Settings

Disable WerFault.exe/"Application Has Stopped Working" crash dialog

I have a development tool that's crashing on launch, and I don't get to see any error messages it throws, or get a chance to debug it, because it shows the Windows 7 dialog for crashed programs, where it says "Windows is checking for a solution..."
I want to have my old school big ass assert dialog box back, with a big "DEBUG" button. I have JIT completely enabled in Visual Studio's options and settings, so I'm not sure why I'm not getting the option.
Use Regedit, navigate to the below path:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\DontShowUI]
Create a DWORD and set the value to 1.
This blog post on raymond.cc contains an expanded version of the steps suggested in Krzysztof John's answer.
Quote:
Turn Off The Error Dialog Via The Registry
Although editing the registry manually is not recommended for average users, sometimes there isn’t a choice because something like the Group policy Editor might not be available in your version of Windows or the group policy method itself doesn’t work. This works on Windows Vista and above.
Open the Registry Editor by typing regedit into the Start search box or the Win+R Run dialog.
Navigate to the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting
Double click the DontShowUI entry on the right and change its value to 1, then close the registry editor.
. . .
The above registry fix will turn off the popup dialog for the current user, if you want the setting to affect all users on the computer then a similar registry key needs to be created in the registry at HKEY_LOCAL_MACHINE. This key isn’t present by default so needs to be created.
Read More: https://www.raymond.cc/blog/disable-program-has-stopped-working-error-dialog-in-windows-server-2008/
control panel -> troubleshooting -> change settings
In my case this solved same problem:
Control Panel\All Control Panel Items\Action Center\Problem Reporting Settings
set to "never check for solutions"
On my old Windows Vista Home Basic install, the option is hidden in a completely different place beneath the control panel:
Control Panel → Classic View → Problem Reports and Solutions → Change Settings → Advanced Settings → “For my programs, problem reporting is: [×] Off”

Resources