如何更改远程调试客户端? [英] How to change remote debugging clients?

查看:114
本文介绍了如何更改远程调试客户端?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在客户端A上进行了远程调试,现在我想在客户端B上进行调试,但我无法弄清楚如何在你选择的地方强制对话。



有人可以建议吗?

I've been remote debugging on client A and now I want to debug on client B, but I can't figure out how to force the dialog where you choose.

Can anyone advise?

推荐答案

该设置可以在项目的 Debug 面板中找到的设置。它也可以在 .csproj.user 文件中更改:



The setting can be found in the Debug panel of the project's settings. It can also be changed in the .csproj.user file:

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Condition="'


(配置)|


(平台)'=='调试| AnyCPU' >
< ; RemoteDebugMachine > 127.0.0.1(howard)< / RemoteDebugMachine >
< UseAuthentication > True < / UseAuthentication >
< RemoteDebugEnabled > true < / RemoteDebugEnabled >
< UseSimulator > False < / UseSimulator >
< / PropertyGroup >
< / Project >
(Platform)' == 'Debug|AnyCPU'"> <RemoteDebugMachine>127.0.0.1 (howard)</RemoteDebugMachine> <UseAuthentication>True</UseAuthentication> <RemoteDebugEnabled>true</RemoteDebugEnabled> <UseSimulator>False</UseSimulator> </PropertyGroup> </Project>


这篇关于如何更改远程调试客户端?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆