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

Attach agent on the fly

Open bibaev opened this issue 5 years ago • 1 comments

@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

bibaev avatar Mar 19 '20 13:03 bibaev

I've used byte-budddy-agent to attach on runtime (and we are using that for instrumenting @DirtyUI components at the moment). I suppose that might be an overkill, but I looked at the sources and decided I don't want to reimplement all that logic myself :)

valich avatar Mar 19 '20 15:03 valich