dynapi.debug - Quick Reference

Inherit: DynObject

Constructor

Debugger()

Events

[none]

Public Methods

close()
close the debugger window
error(msg, url, lno)
output a browser generated error to the debug window
evaluate(str)
evaluates an expression in the scope of the main dynapi window
getEvalHistory(n)
show evaluation history
isLoaded()
...
inspect(obj,showFunctions)
lists all known properties of an object
open()
opens the debugger window
print(s)
output text to the debug window
reload(t)
reloads selected javascripts, packages or html pages
reset(section)
...
showHelp()
...
setEvalHistory(s)
save previous evaluation information
setEvaluate(str)
enters text to the evaluate field in the debugger widnow
status(str)
...
switchMode(m)
...
watch(name,value)
watch object variables

Private Methods

_disableWatch()
...
_enableWatch()
...

Static Methods

[none]