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.
我想在 for 循环中记录一些数据。如何将数据发送到 VS2012 控制台以便稍后查看?
你到底什么意思?会Console.WriteLine(...)吗?您是否考虑过阅读文档?
Console.WriteLine(...)
更新:如果在实际的 VS 控制台/shell 中用于调试目的的输出,可以在断点上设置操作(至少在 VS2017 中):
设置一个动作(右键单击): 在 VS2013 中它被称为When hit
When hit
输出动作:
输出控制台中的格式化输出