Source positions#
pulumi/pulumi:proto/pulumi/source.proto
Messages#
π¨ SourcePosition#
A SourcePosition represents a position in a source file.
π¨ StackFrame#
A StackFrame represents a single stack frame.
pcSourcePositionThe position of the frameβs program counter. Optional.
π¨ StackTrace#
A StackTrace represents the frames on the stack at the point of an RPC call.
framesStackFrameThe frames on the stack.