Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Un-remember Remote debugger credentials

Now I've been doing some remote debugging on my surface using the Visual Studio Remote Debugging Monitor.

I've been using windows Authentication to connect to the remote debugging monitor, and it's been working successfully.

Today, started up the remote debugging monitor, but I clicked the 'Remember Credentials' check-box, and now I'm getting the window:

A remote operation is taking longer than expected

window, followed by a window saying:

There were deployment errors.  Continue?
  • is there a way to un-remember my credentials?
  • is there maybe another issue that I'm not accounting for?

In the meantime, I'm able to run the remote debugger if I opt not to use any authentication, But It would be best if I could go back to using Windows Authentication.

like image 795
Sam I am says Reinstate Monica Avatar asked Jan 23 '13 17:01

Sam I am says Reinstate Monica


People also ask

How do I turn off remote debugging?

Go to your android settings and clear app data and cache and reload the app remote debugging will be turned off.

How do I connect to remote debugger?

On the remote computer, find and start the Remote Debugger from the Start menu. If you don't have administrative permissions on the remote computer, right-click the Remote Debugger app and select Run as administrator. Otherwise, just start it normally.

What is the default remote debugger port?

The Remote Debugger Port on 64-bit Operating Systems When the 64-bit version of the remote debugger is started, it uses the main port (4026) by default.


1 Answers

I believe that is stored in and can be managed from Control Panel\User Accounts\Credential Manager.

like image 54
500 - Internal Server Error Avatar answered Oct 03 '22 20:10

500 - Internal Server Error