The stopOnError set to true (default value) causes dFrameAPI execute the stop instruction after dFrameAPI's errors messages. As the stop instruction does not exist that will launch - if installed and you are working with IE - the Microsoft Script Debugger.
Example
DFrameAPI.stopOnError(false)
DFrameAPI.stopOnError(boolean)
boolean
if true execute the stop instruction
no return value