I've been working on a script using DSS from the command line. It would be nice to be able to use this from within CCStudio, and there is some documentation covering this. That said, I need a way to debug from within CCStudio, and this leaves me with two questions
1. Is it possible to launch the rhino debugger from within CCS?
2. Can I access stdin/out? The script I was using uses TraceWrite() for detailed logging, but also logs a summary of the scripting activity directly to cmd via Println(), this is useful for debugging, and some functions also wait for response from stdin