Search Results

0
votes
1answer
69 views

Software tools for recording non-reproducible bugs

Hello! Obviously the non-reproducible bugs are the hardest to fix due to the nature of their cause (i.e. race conditions), so we as programmers must do our best to gather data (i.e. logs, screensh …
0
votes
2answers
66 views

Why does this javascript code prevent my browser from ever loading?

Hello. I'm learning javascript and jquery and have written a very basic script inside my file. I'm experiencing two problems... The browser never finishes loading the document, it j …
1
vote
5answers
64 views

whats a good tool for finding syntax errors in my javascript code?

I'm trying to use firebug to walk through my code, but there's a syntax error somewhere and firebug is struggling with it. Are there any good tools that will scan my javascript for sytax errors? …