| function debug_window( | data, | | title | ) |
|
Creates a new browser window and displays an interactive view of the supplied object
Parameters
| data | String or object to display |
| title | title of the window |
Detail
if a window exists with title it is reused, otherwise a new window is created. data will be displayed at the top of the window with a hard rule <hr> underneath. The window gets a reference to the object to the displayed state of the object is its current state, and may not represent the state at the time of the call to debug_window