Tasemu Posted May 15, 2017 Share Posted May 15, 2017 Currently at the moment i need to save the files, then export, manually export to the osbot scripts folder and then reload the script. Is there a better way to test my script in osbot? Particularly for debugging and testing bug fixes. Quote Link to comment Share on other sites More sharing options...
d0zza Posted May 15, 2017 Share Posted May 15, 2017 I'm not sure how to do it in eclipse but in IntelliJ you can change where the jar file builds in the artefacts section in your script settings. So just change this to your Osbot scripts folder, you might get a warinh saying it can't delete the file but it still works Quote Link to comment Share on other sites More sharing options...
Tasemu Posted May 15, 2017 Author Share Posted May 15, 2017 I'll check out intellij now and see if it speeds up the process cheers. Quote Link to comment Share on other sites More sharing options...
Prolax Posted May 15, 2017 Share Posted May 15, 2017 You can export into the osbot directory. Quote Link to comment Share on other sites More sharing options...
Zappster Posted May 15, 2017 Share Posted May 15, 2017 (edited) Quote Is there a better way to test my script in osbot? Particularly for debugging and testing bug fixes. You can start OSBot in debug mode which will allow you to connect with your IDE. You can then use this to step thru your code and all that jazz. Edited May 15, 2017 by Zappster Quote Link to comment Share on other sites More sharing options...