Hook into Run
I am writing a profiler plugin for IDEA, and need to add jvm parameters to the command-line before the application is run.
Is there a way to do this? Possibly by providing a hook that is called when Run is clicked in the Run dialog.
Please sign in to leave a comment.