Liking cljdoc? Tell your friends :D

dots.vscode.debug-session-options

Options for {@link debug.startDebugging starting a debug session}.

Options for {@link debug.startDebugging starting a debug session}.
raw docstring

compact?cljs

(compact? debug-session-options)

Controls if the debug session's parent session is shown in the CALL STACK view even if it has only a single child. By default, the debug session will never hide its parent. If compact is true, debug sessions with a single child are hidden in the CALL STACK view to make the tree more compact.

Controls if the debug session's parent session is shown in the CALL STACK view even if it has only a single child.
By default, the debug session will never hide its parent.
If compact is true, debug sessions with a single child are hidden in the CALL STACK view to make the tree more compact.
sourceraw docstring

console-modecljs

(console-mode debug-session-options)

Controls whether this session should have a separate debug console or share it with the parent session. Has no effect for sessions which do not have a parent session. Defaults to Separate.

Controls whether this session should have a separate debug console or share it
with the parent session. Has no effect for sessions which do not have a parent session.
Defaults to Separate.
sourceraw docstring

lifecycle-managed-by-parent?cljs

(lifecycle-managed-by-parent? debug-session-options)

Controls whether lifecycle requests like 'restart' are sent to the newly created session or its parent session. By default (if the property is false or missing), lifecycle requests are sent to the new session. This property is ignored if the session has no parent session.

Controls whether lifecycle requests like 'restart' are sent to the newly created session or its parent session.
By default (if the property is false or missing), lifecycle requests are sent to the new session.
This property is ignored if the session has no parent session.
sourceraw docstring

no-debug?cljs

(no-debug? debug-session-options)

Controls whether this session should run without debugging, thus ignoring breakpoints. When this property is not specified, the value from the parent session (if there is one) is used.

Controls whether this session should run without debugging, thus ignoring breakpoints.
When this property is not specified, the value from the parent session (if there is one) is used.
sourceraw docstring

parent-sessioncljs

(parent-session debug-session-options)

When specified the newly created debug session is registered as a "child" session of this "parent" debug session.

When specified the newly created debug session is registered as a "child" session of this
"parent" debug session.
sourceraw docstring

set-compact!cljs

(set-compact! debug-session-options value)

Controls if the debug session's parent session is shown in the CALL STACK view even if it has only a single child. By default, the debug session will never hide its parent. If compact is true, debug sessions with a single child are hidden in the CALL STACK view to make the tree more compact.

Controls if the debug session's parent session is shown in the CALL STACK view even if it has only a single child.
By default, the debug session will never hide its parent.
If compact is true, debug sessions with a single child are hidden in the CALL STACK view to make the tree more compact.
sourceraw docstring

set-console-mode!cljs

(set-console-mode! debug-session-options value)

Controls whether this session should have a separate debug console or share it with the parent session. Has no effect for sessions which do not have a parent session. Defaults to Separate.

Controls whether this session should have a separate debug console or share it
with the parent session. Has no effect for sessions which do not have a parent session.
Defaults to Separate.
sourceraw docstring

set-lifecycle-managed-by-parent!cljs

(set-lifecycle-managed-by-parent! debug-session-options value)

Controls whether lifecycle requests like 'restart' are sent to the newly created session or its parent session. By default (if the property is false or missing), lifecycle requests are sent to the new session. This property is ignored if the session has no parent session.

Controls whether lifecycle requests like 'restart' are sent to the newly created session or its parent session.
By default (if the property is false or missing), lifecycle requests are sent to the new session.
This property is ignored if the session has no parent session.
sourceraw docstring

set-no-debug!cljs

(set-no-debug! debug-session-options value)

Controls whether this session should run without debugging, thus ignoring breakpoints. When this property is not specified, the value from the parent session (if there is one) is used.

Controls whether this session should run without debugging, thus ignoring breakpoints.
When this property is not specified, the value from the parent session (if there is one) is used.
sourceraw docstring

set-parent-session!cljs

(set-parent-session! debug-session-options value)

When specified the newly created debug session is registered as a "child" session of this "parent" debug session.

When specified the newly created debug session is registered as a "child" session of this
"parent" debug session.
sourceraw docstring

set-suppress-debug-statusbar!cljs

(set-suppress-debug-statusbar! debug-session-options value)

When true, the window statusbar color will not be changed for this session.

When true, the window statusbar color will not be changed for this session.
sourceraw docstring

set-suppress-debug-toolbar!cljs

(set-suppress-debug-toolbar! debug-session-options value)

When true, the debug toolbar will not be shown for this session.

When true, the debug toolbar will not be shown for this session.
sourceraw docstring

set-suppress-debug-view!cljs

(set-suppress-debug-view! debug-session-options value)

When true, the debug viewlet will not be automatically revealed for this session.

When true, the debug viewlet will not be automatically revealed for this session.
sourceraw docstring

set-suppress-save-before-start!cljs

(set-suppress-save-before-start! debug-session-options value)

When true, a save will not be triggered for open editors when starting a debug session, regardless of the value of the debug.saveBeforeStart setting.

When true, a save will not be triggered for open editors when starting a debug session, regardless of the value of the `debug.saveBeforeStart` setting.
sourceraw docstring

suppress-debug-statusbar?cljs

(suppress-debug-statusbar? debug-session-options)

When true, the window statusbar color will not be changed for this session.

When true, the window statusbar color will not be changed for this session.
sourceraw docstring

suppress-debug-toolbar?cljs

(suppress-debug-toolbar? debug-session-options)

When true, the debug toolbar will not be shown for this session.

When true, the debug toolbar will not be shown for this session.
sourceraw docstring

suppress-debug-view?cljs

(suppress-debug-view? debug-session-options)

When true, the debug viewlet will not be automatically revealed for this session.

When true, the debug viewlet will not be automatically revealed for this session.
sourceraw docstring

suppress-save-before-start?cljs

(suppress-save-before-start? debug-session-options)

When true, a save will not be triggered for open editors when starting a debug session, regardless of the value of the debug.saveBeforeStart setting.

When true, a save will not be triggered for open editors when starting a debug session, regardless of the value of the `debug.saveBeforeStart` setting.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close