debugger-memory-agent
debugger-memory-agent copied to clipboard
This URL is documented in https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html#third-party-dependencies
@valich has already experimented with that. I think we can do the same in the debugger. The possible challenge in to find PID of debuggee process
It would be useful to have ability to sort instances of particular class by their retained size. Now we do not sort them at all 
It seems necessary to find out what operations we can afford to perform and when. Also it would be nice to monitor some performance metrics after significant changes. It would...
2025-01-07 15:26:21,929 [ 25780] SEVERE - #c.i.d.m.a.MemoryAgentInitializer - Could not initialize memory agent. com.intellij.debugger.engine.evaluation.EvaluateException: Could not load proxy class: java.lang.IllegalStateException : Unsupported OS and arch: Windows 11.0 UNKNOWN at com.intellij.debugger.engine.evaluation.EvaluateExceptionUtil.createEvaluateException(EvaluateExceptionUtil.java:47)...