当前位置:网站首页>dotnet core 输出调试信息到 DebugView 软件
dotnet core 输出调试信息到 DebugView 软件
2022-08-04 17:47:00 【林德熙】
本文告诉大家如何在 dotnet core 输出调试信息到 DebugView 软件
在之前告诉小伙伴,如何在 WPF 输出调试信息到 DebugView 软件,请看文章 WPF 调试 获得追踪输出
那么如何在 dotnet core 也输入信息到 DebugView 软件?
实际上和在 WPF 的做法一样,通过 Trace 输出就可以
首先引用命名空间
using System.Diagnostics;
然后使用下面的代码就可以输出到 DebugView 软件
Trace.WriteLine("欢迎访问我博客 https://blog.lindexi.com 里面有大量 UWP WPF 博客");
如果此时在 VisualStudio 进行调试,同时打开 DebugView 会发现 DebugView 没有任何输出
但是如果是不进行 VisualStudio 附加,通过命令行启动 dotnet core 程序,那么就可以在 DebugView 看到输出,因为在附加 VisualStudio 的时候会输出到 VS 所以就看不到
建议有一些输出通过 Trace 输出,这样如果有用户说在他的设备无法运行,可以通过 DebugView 放在用户的设备,这样可以看到输出
另外如果需要使用 Trace 输出要求勾选生成的 Trace 命令
边栏推荐
- hi, 请问下这是什么问题, 我看官网的example就是mysql的, 咋提示不支持?
- 基于层次分析法的“内卷”指数分析
- [Web Automation Test] Quick Start with Playwright, 5 minutes to get started
- Kotlin挂起函数原理是什么
- 44. 通配符匹配 ●●● & HJ71 字符串通配符 ●●
- 知乎高赞:拼多多和国家电网,选哪个?
- Learning to Explore - Setting the Foreground Color for Fonts
- 悦刻难回巅峰
- 【 Gazebo introductory tutorial] speak the second model library into robot modeling and visualization (editor) model
- 如何让 JS 代码不可断点
猜你喜欢
启动项目(瑞吉外卖)
从-99打造Sentinel高可用集群限流中间件
Understand Chisel language. 32. Chisel advanced hardware generator (1) - parameterization in Chisel
【图像分类】2021-DeiT
基于clipboard.js对复制组件的封装
[Web Automation Test] Quick Start with Playwright, 5 minutes to get started
浅谈运用低代码技术如何实现物流企业的降本增效
【论文阅读】Decision Transformer: Reinforcement Learning via Sequence Modeling
Learning and Exploration-Introducing Baidu Statistics to the Website
Boost library study notes (1) Installation and configuration
随机推荐
RecyclerView 缓存与复用机制
【MySQL】数据库的4中隔离级别
What does the product system of a digital financial enterprise look like?
开发一套高容错分布式系统
最小区间覆盖
Catering Supply Chain Management System
企业调查相关性分析案例
Create Sentinel high-availability cluster current limiting middleware from -99
LeetCode 899. Ordered Queues
88. (the home of cesium) cesium polymerization figure
leetcode/有效的回文串,含有不需要判断回文的字符
2022年7月31日 暑假第三周总结
OpenInfra Days China 2022 | SelectDB to share with you the Apache Doris in Internet advertising business practices
NLP未来,路在何方?从学术前沿和业界热点谈起
【技术笔记】let 和 var和const的异同
【日记】mysql基本操作
小程序笔记2
The prefix and discretization
44. 通配符匹配 ●●● & HJ71 字符串通配符 ●●
树莓派通过API向企业微信推送图文