VS remote Debugging "The Visual Studio Remote Debugger does not the edition of Windows"

Source: Internet
Author: User

The error message "The Visual Studio Remote Debugger does not the edition of Windows" appears because the remote Debugger tries to use Windows authentication by default, and this are only supported in the "Pro" versions of Windows, and Up.

However, the remote debugger does work with the ' Home ' versions of Windows, you just has to tell it does not use a Uthentication via the command line.

(Why it doesn ' t-let-you-do-this-after-launching it without any arguments, why the error message was so misleading (and cont Radicts The official list of supported OS), and why there are so little info about this on the web, I don ' t know. :))

To launch it, run this:

msvsmon.exe /noauth /nosecuritywarn

Of course, this launches it in the lowest security mode, so you‘d only want to do this on a secure network. (But that‘s usually the mode one ends up using msvcmon in anyway, as the other mode is an even bigger PITA to set up than it is normally. Very useful tool, but really could use some streamlining.)

VS remote Debugging "The Visual Studio Remote Debugger does not the edition of Windows"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.