Len Morgan wrote:
I'm trying to debug a stack and I'd like to stop not have it come up running when I open it from the IDE. Other than setting a breakpoint in the preOpenStack script, is there a way to keep it from executing code when it's loaded?

Another approach is to have your preOpenStack handler test "the environment"; if it = "development", don't do the stuff you were otherwise going to. Recommendation in this case is to move the code out into a separate handler, that preOpenStack invokes or not. Then it's easy to invoke that startup code manually when you want to.

- Ben

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to