I currently have a DSS script that launches CCS. What I'm wondering now is if I can transfer execution to the JavaScript console within the IDE (as if I had "loaded" the script).
At the end of the day I want to be able to do my GUI based debugging, then call functions from my script at some point when the target is halted. Do you know of any way to do this? Alternately, would it be possible to add menu items which would call these functions like you might with GEL scripting? Currently the only method I have to accomplish all this is to launch in debug, and busy loop after initialization; I can then halt my script and do stuff from the rhino debug shell, but this is pretty messy IMO.