Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 Windows 7 上运行的 VS2012 中的 Visual c 开发的服务代码。它使用 outputdebugstring 函数写入错误消息和日志信息。如果我从服务控制管理器启动/停止我的服务,如何查看此功能的输出?
谢谢,KM。