"Memory" and "Overhead" views in debugger pane
已回答
Intellij 2018.1.4 Ultimate
181.5087.20
Windows 10
Hello all,
I'm very interested in the Memory and Overhead panels new to IDEA 2018. I'm wondering if these are documented anywhere, or what extra steps are needed to use them, as they never seem to populate for me--I only get "classes are not available" or "the application is running".
请先登录再写评论。
Memory view feature has been for a while there already. But recently got bundled into the debugger (instead of a separate plugin). Please see this blog post about the feature: https://blog.jetbrains.com/idea/2016/08/jvm-debugger-memory-view-for-intellij-idea and documentation: https://www.jetbrains.com/help/idea/analyze-objects-in-the-jvm-heap.html.
Overhead tab lets you explore how much resources IDE has spent on debugging-related actions, as sometimes debugging may slow down the IDE. Please see this blog pos about the feature: https://blog.jetbrains.com/idea/2017/12/intellij-idea-2017-3-debugger-improvements and documentation: https://www.jetbrains.com/help/idea/monitoring-the-debug-information.html.