Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
16423 Points
3329 Posts
Jul 25, 2008 01:49 PM|LINK
AFAIK no. I still see the issue. The workaround I use is to put the following 3 lines at the top of every function:
var aweraser = 0; aweraser = 1; aweraser = 2;
You should be able to debug normally starting at aweraser = 2
JeffreyABeck...
All-Star
16423 Points
3329 Posts
Re: Javascript Debugging
Jul 25, 2008 01:49 PM|LINK
AFAIK no. I still see the issue. The workaround I use is to put the following 3 lines at the top of every function:
var aweraser = 0;
aweraser = 1;
aweraser = 2;
You should be able to debug normally starting at aweraser = 2
Warning: Code is often uncompiled and possibly started life written on the back of a napkin. Beware typos.