How to execute code before debug/run launch?
I am trying to execute code before the IDE launches a debug or run session? How can i hook into this? Ive been trying to play around with StepsBeforeRunProvider but cant seem to get an execution to run.
Thanks.
Please sign in to leave a comment.
Actually, i was just able to get the executeTask() of the StepsBeforeRunProvider to be executed. What i am really looking for is a before run task to be executed unconditionally. I dont need it to be configurable like the "Make before launch" option in the Application run configuration. Is there any way to do this?