Liking cljdoc? Tell your friends :D

happygapi.clouddebugger.debugger

Cloud Debugger API: debugger. Examines the call stack and variables of a running application without stopping or slowing it down.

See: https://cloud.google.com/debuggerapi/reference/rest/v2/debugger

Cloud Debugger API: debugger.
Examines the call stack and variables of a running application without stopping or slowing it down.

See: https://cloud.google.com/debuggerapi/reference/rest/v2/debugger
raw docstring

debuggees-breakpoints-delete$clj

(debuggees-breakpoints-delete$ auth parameters)

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/delete

Required parameters: breakpointId, debuggeeId

Optional parameters: clientVersion

Deletes the breakpoint from the debuggee.

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/delete

Required parameters: breakpointId, debuggeeId

Optional parameters: clientVersion

Deletes the breakpoint from the debuggee.
sourceraw docstring

debuggees-breakpoints-get$clj

(debuggees-breakpoints-get$ auth parameters)

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/get

Required parameters: breakpointId, debuggeeId

Optional parameters: clientVersion

Gets breakpoint information.

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/get

Required parameters: breakpointId, debuggeeId

Optional parameters: clientVersion

Gets breakpoint information.
sourceraw docstring

debuggees-breakpoints-list$clj

(debuggees-breakpoints-list$ auth parameters)

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/list

Required parameters: debuggeeId

Optional parameters: includeInactive, includeAllUsers, stripResults, waitToken, clientVersion, action.value

Lists all breakpoints for the debuggee.

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/list

Required parameters: debuggeeId

Optional parameters: includeInactive, includeAllUsers, stripResults, waitToken, clientVersion, action.value

Lists all breakpoints for the debuggee.
sourceraw docstring

debuggees-breakpoints-set$clj

(debuggees-breakpoints-set$ auth parameters body)

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/set

Required parameters: debuggeeId

Optional parameters: clientVersion

Body:

{:finalTime string, :labels {}, :isFinalState boolean, :stackFrames [{:function string, :arguments [Variable], :locals [Variable], :location SourceLocation}], :createTime string, :evaluatedExpressions [{:members [Variable], :status StatusMessage, :name string, :type string, :value string, :varTableIndex integer}], :status {:isError boolean, :description FormatMessage, :refersTo string}, :id string, :condition string, :expressions [string], :logLevel string, :variableTable [{:members [Variable], :status StatusMessage, :name string, :type string, :value string, :varTableIndex integer}], :action string, :location {:path string, :column integer, :line integer}, :logMessageFormat string, :userEmail string}

Sets the breakpoint to the debuggee.

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/breakpoints/set

Required parameters: debuggeeId

Optional parameters: clientVersion

Body: 

{:finalTime string,
 :labels {},
 :isFinalState boolean,
 :stackFrames [{:function string,
                :arguments [Variable],
                :locals [Variable],
                :location SourceLocation}],
 :createTime string,
 :evaluatedExpressions [{:members [Variable],
                         :status StatusMessage,
                         :name string,
                         :type string,
                         :value string,
                         :varTableIndex integer}],
 :status {:isError boolean,
          :description FormatMessage,
          :refersTo string},
 :id string,
 :condition string,
 :expressions [string],
 :logLevel string,
 :variableTable [{:members [Variable],
                  :status StatusMessage,
                  :name string,
                  :type string,
                  :value string,
                  :varTableIndex integer}],
 :action string,
 :location {:path string, :column integer, :line integer},
 :logMessageFormat string,
 :userEmail string}

Sets the breakpoint to the debuggee.
sourceraw docstring

debuggees-list$clj

(debuggees-list$ auth parameters)

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/list

Required parameters: none

Optional parameters: includeInactive, project, clientVersion

Lists all the debuggees that the user has access to.

https://cloud.google.com/debuggerapi/reference/rest/v2/debugger/debuggees/list

Required parameters: none

Optional parameters: includeInactive, project, clientVersion

Lists all the debuggees that the user has access to.
sourceraw docstring

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

× close