I am writing and debugging a Google Spreadsheet add-on in JavaScript with the Google Apps Script platform. The code is currently bound to a spreadsheet, and I access it through menu items I add to the spread. I am sometimes able use the debugger available as part of the developer tools in Chrome to step through my code. At other times, my code is obfuscated and un-debuggable. Today, there was a chance from unobfuscated to obfuscated code in the same session, without my having changed anything.
Is there a way to prevent my unpublished add-on code from being obfuscated for ease of debugging?