debugger-memory-agent icon indicating copy to clipboard operation
debugger-memory-agent copied to clipboard

Results 10 debugger-memory-agent issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/7608535/77074357-d0464880-6a01-11ea-821b-ac75f659509a.png)

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)...