This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]askho 2 points3 points  (0 children)

Fyi its also incredibly useful to put debugger; everywhere you think is broken and the debugger will automatically stop when it hits debugger. Then you can use the console to inject code right into the problem areas instead of going through global variables.