Debug.ShowWindow

Debug.ShowWindow ( 

boolean Show )

Description

Shows or hides the debug window.

Parameters

Show

(boolean) Whether to show or hide the debug window:

VALUE

DESCRIPTION

true

Show the window. (default)

false

Hide the window.

Returns

Nothing.

See also:  Related Actions