ght ggg
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
-
ght ggg created a post, AnsweredSomething about plugin dependencies.
I want to implement the function of traffic replay. So i want to enhancer org.springframework.web.servlet.DispatcherServlet this class. And I have achieved the increase of bytecode using asm and ja... -
-
-
-
ght ggg created a post, AnsweredHow do I listen to run events within my own intellij plugin?
I want to implement my own hot deploy plugin, so I need to listen to the service's `Run` event and `Debugger` event. I know that debug events need to use XDebuggerManagerListener and i got debugger...