pigfarmer Posted April 19, 2021 Share Posted April 19, 2021 I have set up the IntelliJ IDEA as: Now, when I try to debug the script everything works like expected. But if edit the script, recompile the package and reload the OSBot GUI, nothing happens.... I have to re-run the entire package for the scripts to update Dose anyone know what I am doing wrong? Quote Link to comment Share on other sites More sharing options...
Camaro Posted April 19, 2021 Share Posted April 19, 2021 Don't do it that way. Set the run configuration like this Then when you run the configuration, you'll see a button appear in the output window that says "Attach debugger" If you click that, intellij will automatically connect to the client 2 1 Quote Link to comment Share on other sites More sharing options...