How to run directly into a select method by code
已回答
You can see in 2024.2 EAP5 , there is a function that support run directly into a select method.
I want to know the API or the extensions.
Thanks very much!
请先登录再写评论。
Hi,
There is no direct API to achieve this and the source is closed.
In short, it checks whether a Spring Application Run configuration with this method is running in debug mode and runs the method by sending a message with the method JNI signature via the socket connected to the debugger session.