如何获取Unity容器Resolve方法的日志?

发布于 2024-12-04 09:16:52 字数 166 浏览 0 评论 0原文

我现在正在将我的项目从自制的类似容器的结构转换为 Unity。我正处于构建阶段,但遇到一些配置问题。 最后一次更改后,项目开始毫无例外地失败(只是几秒钟后出现系统崩溃消息)。我的经验告诉我,这是因为堆栈溢出。我想我在某处听说有一种方法可以启用统一解析过程的日志记录。这样我就能看到它卡在哪里,但我再也找不到这个信息了。

I'm now converting my project from homemade container-like structure, to Unity. I'm at the stage where it is building, but have some configuration problems.
After last change project began failing without exception(simply system crash message after a couple of seconds lag). My experience tells me, that this is because of stack overflow. I think I heard somewhere that there is a way to enable logging of unity resolution process. So I'll be able to see where it gets stuck, but I can`t find this info anymore.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你好,陌生人 2024-12-11 09:16:53

如果您使用的是 .NET,则可以使调试器在出现 StackOverflowException 时停止。

If you are using .NET, you can enable your debugger to stop on StackOverflowExceptions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文