Values.DebugSessionSourceContains information about the debug session for a build. For more information, see Viewing a running build in Session Manager.
type nonrec t = {sessionEnabled : WrapperBoolean.t option;Specifies if session debugging is enabled for this build.
*)sessionTarget : NonEmptyString.t option;Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of WrapperBoolean.t | `String of NonEmptyString.t ])
list ]