Select to view content in your preferred language

development version

4356
3
02-15-2013 12:43 AM
AndreVier
New Contributor
Is it possible to download a development version of the ESRI Javascript API for debugging reasons? Unfortunately I haven't found an unminified debug version on the Esri Downloads page.
0 Kudos
3 Replies
JeffPace
MVP Alum
no it is not
0 Kudos
MattLane
Occasional Contributor II
It would be nice if they released the next api version with source maps.
0 Kudos
JohnHeinnickel
New Contributor

If you're suspecting a problem in their code, I'd suggest setting up a bare minimum test case that demonstrates the flaw and posting it as a bug report (where you would do that, I'm not sure--I'm just getting my head around these libraries.  Day two and counting.)

If you are trying to debug your own code moving through the JS API, you might want to consider using a Mocking library so you can see how your code is behaving under given hard-wired behavior you don't have to debug into.

Jasmine is a java testing framework that could help you outt in either case.  Jasmine Spy is a mocking feature set, and JSMockito is another mocking library I've heard positive things about (but not yet gotten around to using unfortunately).

--J

0 Kudos