How to run directly into a select method by code
Answered
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!
Please sign in to leave a comment.
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.