There
must be a better way to debug than what I am doing. First, DQSD won't
open in a standalone IE window. Is there a way to temporarily disable
this check and allow it to open? I know in previous versions, it would
open in another window - it just didn't look very good.
The
function I've written to add folders to the menu recursively calls itself.
Obviously it must - folders contain folders. But, right now I've got
a bug in the function, because it's infinitely looping. If any of you have
ever had DQSD infinitely loop you know that it is a complete
disaster. You have to kill explorer.exe to recover - assuming you can pull
up the task manager before your runaway code consumes all the
memory.
Also,
the only way I can figure to debug is to "alert()" the contents of
variables. It works, but it can be slow going.
Any
tips from the more experienced developers?
-Dan
