Re: Good Javascript debug environment?
Ivan Sergio Borgonovo <[email protected]>
| Newsgroups | gmane.org.user-groups.linux.svlug |
|---|---|
| Organization | http://www.WebThatWorks.it |
| Message-ID | <[email protected]> |
On 03/05/2017 08:32 PM, Steve Litt wrote: > Hi all, > I'm writing a short piece of javascript code to make arbitrary web > pages compatible with a feature of the Surf browser. Unfortunately, > within the Surf environment, a Javascript syntax or runtime error > simply stops the program, but it's very hard to see where it happened. > I've heard there are environments that are better accommodated to > debugging javascript than a browser. Could you please recommend some? The main problem I see is that to successfully debug javascript intended to run in a browser you need its VM and its DOM interface. In my past life having to deal with the DOM representation each browser exposed was one of the greatest pain. Things may have changed. That means there is no better environment than the browser itself and if you're referring to NetSurf browser it doesn't seem it offers any debugging facility. I've heard the same thing about sysvinit <evil troll grin>. -- Ivan Sergio Borgonovo http://www.webthatworks.it http://www.borgonovo.net