class

X::FaultHandler::Dump

Inherits Reference / Object

Crash dump for post-mortem debugging

Constructors

new(process : Process::Context, reason : Process::Reason::Context)
Source

Instance methods

call_stack
Source
counter
Source
locals
Source
mailbox_size
Source
process_address
Source
reason
Source
registered_name
Source
stack_trace
Source
timestamp
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source