May 15, 20178 yr 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.
May 15, 20178 yr 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
May 15, 20178 yr 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, 20178 yr by Zappster
Create an account or sign in to comment