FarmerTmp Posted December 17, 2019 Posted December 17, 2019 Is there a way that I can step through my script using breakpoints in IntelliJ?
Camaro Posted December 17, 2019 Posted December 17, 2019 Nope, scripts have to run through the osbot jar which is a separate process from the IDE
IDontEB Posted December 17, 2019 Posted December 17, 2019 there was a guide somewhere here in the tutorials section for how to attach intellij to the bot
FarmerTmp Posted December 17, 2019 Author Posted December 17, 2019 6 minutes ago, IDontEB said: there was a guide somewhere here in the tutorials section for how to attach intellij to the bot Any chance you could assist me with finding this?
IDontEB Posted December 18, 2019 Posted December 18, 2019 7 hours ago, FarmerTmp said: Any chance you could assist me with finding this? Use the search button next time, it was 3rd result https://osbot.org/forum/topic/144864-script-debugging-using-intellij/?tab=comments#comment-1701929
Camaro Posted December 18, 2019 Posted December 18, 2019 16 hours ago, IDontEB said: Use the search button next time, it was 3rd result https://osbot.org/forum/topic/144864-script-debugging-using-intellij/?tab=comments#comment-1701929 Oh wow, I had no clue about this. Although, wouldn't the client have to be restarted in order for changes to a script to take effect?