Hey all! So, I did a bit of a bad

. I'm working on an app at the moment that used the Dropbox library. So far, it's all been good, but I was trying to test it as a standalone, and noticed that the Dropbox stack wasn't being copied, so I went to standalone settings and added the Dropbox stack to my app. I already had the Dropbox stack open and in use (as it does that on the openStack), and Livecode gave me an error saying that because there was already a stack with the same name open it could cause data loss (or something like that). I closed Livecode and re-opened it, and it didn't load the stack for some reason. So, I thought it was trying to open Dropbox (when I have it in my openStack code) and from the standalone setting I changed. So (and here's the stupid part

), I decided to comment out the part of the code that says to start using the Dropbox library in openStack, and closed it.
Now here's the issue. Just after the part where it should start using the Dropbox library, I've got code I that says if the Dropbox library stack isn't being used, to quit. I thought it was a pretty good idea at the time, but the problem now is that it tries to open, is unable to use the Dropbox library, tells me it can't connect, and then closes Livecode, which is a slight issue

. Is there any way I can interrupt the program before it closes, so I can un-comment the troublesome code? The backup I have is a couple of days old unfortunately, so I'd rather not use it if I can avoid it, though I did make an .exe just before I made it stop working if that helps at all
Any help to get my app working again would be appreciated
Many thanks
Michael