Instructions
When running with a command such as gradle bootRun add the following or modify the following in your build.gradle file
apply plugin: "java"
apply plugin: "application" application { applicationDefaultJvmArgs = ["-javaagent:/Users/testerfresher/.videobug/videobug-java-agent.jar=i=com/zuber/cab", "--add-opens=java.base/java.util=ALL-UNNAMED"]
}