如何调试 WPF vb.NET 应用程序崩溃?
我有一个长时间运行的(信息亭显示应用程序)WPF vb.NET 应用程序,它在大约 15 小时后崩溃。
我测试了两次,几乎在同一时间崩溃了。
我不知道从哪里开始。有什么建议吗?
谢谢 本
I have a long running (kiosk display application) WPF vb.NET App which is crashing after about 15 hours.
I've tested it twice, it's crashed almost at the exact same time.
I have no idea where to start. Any tips?
Thanks
Ben
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的应用程序可能会“内存不足”。您可以使用任务管理器/perfmon 或内存分析器来观察应用程序的内存占用情况,以了解情况是否如此。
Your app might be getting "out of memory". You can watch the memory footprint of you application using Task manager/perfmon or memory profilers to find out if that is the case.