Web Analytics Made Easy - Statcounter
Skip to content

Debugger

Debugger documentation

show_debugger_popout_window

Shows the smaller "popout" window. Default location is the upper right corner of your screen

show_debugger_popout_window(
    location = (None, None),
    args = *<1 or N objects>
)

Parameter Descriptions

Name Type Default Description
location (int, int) or (None, None) (None, None) Locations (x,y) on the screen to place upper left corner of the window
RETURN None None

show_debugger_window

Shows the large main debugger window

show_debugger_window(
    location = (None, None),
    args = *<1 or N objects>
)

Parameter Descriptions

Name Type Default Description
location (int, int) or (None, None) (None, None) Locations (x,y) on the screen to place upper left corner of the window
RETURN None None