> Hi, > > I'm a novice with Jmol and am trying to help a website migrate from > chime plugin to Jmol. We've implemented a side-by-side molecule > comparison using two Jmol applet instances and a drop-down menu of > molecules using Jmol.js. Nothing fancy, but it's causing *lots* of > browsers to crash. I've been through the code a couple times and can't > find any errors. Could somebody have a look at this page and tell me if > they know why this is causing so many browser-crashes? Thanks! > > http://www.erowid.org/psychoactives/chemistry/chemistry_compare_3d.php > > How can I best debug a browser crash in Jmol.js?
I can't help with the rest, but for debugging Javascript in Firefox I recommend installing the Firebug extension. You can set breakpoints and step through the file and at least find out which line is causing the problem: https://addons.mozilla.org/en-US/firefox/addon/1843 Noel ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

