Is there any built in way to record a log file of a deployed app. I keep getting a random error that I cannot duplicate in debug mode - not even sure where it is occurring. Would be nice to have some type of event log that I could look at.
@Billy: I do not know if this is what you are looking for: Connect to the log pane in the right side of the IDE and deploy your app. After it is finished deploying, you can right click the pane and select 'Copy all to clipboard'. Then you can paste the log to your favorite text viewer or Word.