obtain
Creates and returns a Kotlin Coroutines Java Agent JAR file.
This method performs the following steps:
Extracts the platform path from the IntelliJ Platform configuration
Loads the product information to determine available JARs
Scans the platform JARs to find the coroutines debug agent class
Creates a JAR file with a manifest specifying the found agent as the Premain-Class
Returns the path to the created JAR file
Return
A File pointing to the created coroutines Java agent JAR
Throws
if no suitable agent class is found in the platform JARs