Hi,

The debugger has suddenly stopped stopping on breakpoints! It doesn't stop even if I hard code a "breakpoint" into the script! What is the probably cause of this and how can I get the debugger to stop on breakpoints?

Also I have a sub-stack called log which I use to dump messages into while debugging (since I can't get the debugger to work properly). I call a function that does this:

function dump theString

start using stack "Log"
put theString after field 1 of stack "Log"

return true
end dump

But this seems to cause RunRev to freeze up. Any ideas on what could be going wrong and how to implement a debugging log would also be greatly appreciated.

All the Best
Dave

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to