r_v_putten schrieb: > Hello, > > which development environment do you use? Which one would you suggest? > > Currently I use vim to edit and Firefox/ASV6 to display. However, > finding bugs is a headache, as it's not easy to watch the program > flow/variables, let alone single step debugging... > > Batik seems to be quite nice (it even gives line numbers, where an > error occurs...), but it doesn't work together with SPARK, which I > use, at least not out of the box. > > I tried eSVG, and I liked the fact that it has a debugger and even > runs on PocketPC. But no SPARK, either. > > Is there something like an environment that gives a debugger for > javascript with using ASV? As far as I understand, it's both not > permitted to embed ASV and impossible to debug it's javascript > interpreter, but I hope to be wrong... > > rvp
I personally use mozilla/firefox with native SVG support, you can use the javascript console, the DOMInspector!! and you can use mozillas javascript debugger venkman. all this in combination makes up a really comfortable script development environment. cheers Holger ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

