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 args)

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.
raw docstring

debuggees-breakpoints-get$clj

(debuggees-breakpoints-get$ auth args)

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

Required parameters: debuggeeId, breakpointId

Optional parameters: clientVersion Gets breakpoint information.

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

Required parameters: debuggeeId, breakpointId

Optional parameters: clientVersion
Gets breakpoint information.
raw docstring

debuggees-breakpoints-list$clj

(debuggees-breakpoints-list$ auth args)

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

Required parameters: debuggeeId

Optional parameters: clientVersion, action.value, includeInactive, includeAllUsers, stripResults, waitToken Lists all breakpoints for the debuggee.

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

Required parameters: debuggeeId

Optional parameters: clientVersion, action.value, includeInactive, includeAllUsers, stripResults, waitToken
Lists all breakpoints for the debuggee.
raw docstring

debuggees-breakpoints-set$clj

(debuggees-breakpoints-set$ auth args 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 [{:location SourceLocation, :function string, :arguments [Variable], :locals [Variable]}], :createTime string, :evaluatedExpressions [{:name string, :type string, :varTableIndex integer, :value string, :members [Variable], :status StatusMessage}], :status {:isError boolean, :description FormatMessage, :refersTo string}, :id string, :condition string, :expressions [string], :logLevel string, :variableTable [{:name string, :type string, :varTableIndex integer, :value string, :members [Variable], :status StatusMessage}], :action string, :location {:line integer, :path string, :column 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 [{:location SourceLocation,
                :function string,
                :arguments [Variable],
                :locals [Variable]}],
 :createTime string,
 :evaluatedExpressions [{:name string,
                         :type string,
                         :varTableIndex integer,
                         :value string,
                         :members [Variable],
                         :status StatusMessage}],
 :status {:isError boolean,
          :description FormatMessage,
          :refersTo string},
 :id string,
 :condition string,
 :expressions [string],
 :logLevel string,
 :variableTable [{:name string,
                  :type string,
                  :varTableIndex integer,
                  :value string,
                  :members [Variable],
                  :status StatusMessage}],
 :action string,
 :location {:line integer, :path string, :column integer},
 :logMessageFormat string,
 :userEmail string}

Sets the breakpoint to the debuggee.
raw docstring

debuggees-list$clj

(debuggees-list$ auth args)

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

Required parameters: none

Optional parameters: project, clientVersion, includeInactive 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: project, clientVersion, includeInactive
Lists all the debuggees that the user has access to.
raw docstring

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

× close