📄 client.config
字号:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.runtime.remoting>
<application>
<client>
<wellknown
url="tcp://localhost:8686/Debugger"
type="Debugger.NDebugger, Debugger.Core"
/>
</client>
<channels>
<channel ref="tcp" port="0">
<clientProviders>
<provider type="CustomSinks.PrivateEventHandlersClientChannelSinkProvider, Debugger.Core"
customSinkType="CustomSinks.PrivateEventHandlersClientChannelSink, Debugger.Core" />
<!--
<provider type="CustomSinks.InvokeOnSTAClientChannelSinkProvider, Debugger.Core"
customSinkType="CustomSinks.InvokeOnSTAClientChannelSink, Debugger.Core" />
-->
<formatter ref="binary" typeFilterLevel="Full"/>
</clientProviders>
<serverProviders>
<formatter ref="binary" typeFilterLevel="Full"/>
<!--
<provider type="CustomSinks.InvokeOnSTAServerChannelSinkProvider, Debugger.Core"
customSinkType="CustomSinks.InvokeOnSTAServerChannelSink, Debugger.Core" />
-->
</serverProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>
</configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -