Uncompressed/Obfuscated version of JavaScript API for developers

753
3
04-01-2010 11:36 AM
Status: Open
ChristopherRusanowski
Deactivated User
A lot of time when errors are generated because you passed the wrong value, or something changed between versions of the JavaScript API, the error is buried somewhere in DOJO or ESRI code that is practically meaningless.  Something _a is undefined...

That makes it very difficult for debugging.  While the error might be in our code, we can't determine that without trial and error to see what causes the underlying error.

If ESRI hosted (maybe in beta with and NDA or something) a version of the JavaScript API that was not compressed and obfuscated, we could determine what was causing the error easier.  This would also allow people external to ESRI to debug the ESRI code and help make things better.
3 Comments
RyanMuller
Even if just the dojo part of it was uncompressed that would be great. 
SimonSpeich
totally agree, really a pain in the...
FredSpataro
I would also like to see this,  especially for the widgets.  These controls can sometimes be very difficult to work with as you add more complex user interactions