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.
在 java 中,有可能在引发 OutOfMemoryError 时生成转储。请参阅Oracle 文档。这对于调试内存泄漏非常有用,因为它显示了许多泄漏实例。
.NET Core 是否存在类似的机制?