Visual studio 2012 windows 8 debug
Answered by:. Archived Forums. Sign in to vote. Saturday, November 24, PM. Good news! Hope it helps : -Nadeeja. Monday, November 26, AM. Truong 1. We recommend you install this version for all applications created using Visual Studio , , , or Download other languages and versions, including versions for long term servicing release channels LTSC , from my. Some of the downloads that are mentioned in this article are currently available on my.
Make sure to log in by using a Visual Studio Subscription account so that you can access the download links. If you're asked for credentials, use your existing Visual Studio subscription account. Or, create a free account by selecting the link in No account? Create one! Visual Studio versions since Visual Studio share the same redistributable files.
Feedback will be sent to Microsoft: By pressing the submit button, your feedback will be used to improve Microsoft products and services. Privacy policy. You can debug a Visual Studio application that has been deployed on a different computer. To do so, you use the Visual Studio remote debugger. If you just want to download and install the remote debugger and don't need any additional instructions for your scenario, follow the steps in this article.
On the remote device or server that you want to debug on, rather than the Visual Studio machine, download and install the correct version of the remote tools from the links in the following table. You can run the remote debugger by copying msvsmon. However, the Remote Debugger Configuration Wizard rdbgwiz. You may need to use the wizard for configuration if you want to run the remote debugger as a service. For more information, see Optional Configure the remote debugger as a service. The remote computer and the Visual Studio computer must be connected over a network, workgroup, or homegroup, or else connected directly through an Ethernet cable.
Debugging between two computers connected through a proxy is not supported. Debugging over a high latency or low bandwidth connection, such as dialup Internet, or over the Internet across countries is not recommended and may fail or be unacceptably slow. You can find the remote debugger msvsmon. For some scenarios, the easiest way to set up remote debugging is to run the remote debugger msvsmon. On the remote computer, run msvsmon. Follow the setup instructions.
For command line installation and command line reference, see the Help page for msvsmon. 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. Improve this question. Marc Wittke Marc Wittke 2, 2 2 gold badges 27 27 silver badges 41 41 bronze badges. Add a comment. Active Oldest Votes.
See this answer on Superuser : The Only way I'm aware of which ensures it will always open as Administrator including when you open from file associations, jump list etc is: Locate the devenv. Improve this answer. Community Bot 1 1 1 silver badge. Jason Kleban Jason Kleban Its no real answer. I tried this before, and you cannot debug Silverlight and probably other IE stuff this way. In addition, drang'n'drop isn't possible from the non elevated explorer. Brian Surowiec Brian Surowiec I'll just add to this that VSCommands has Debug As Administrator option from project context menu which will run IE as administartor when debugging web projects.
0コメント