error-help ( error -- topic ) - Factor Documentation

error-help ( error -- topic )


Vocabulary
debugger

Inputs
error an error


Outputs
topic an article name or word


Generic word contract
Outputs a help article which explains the error.

See also
:help

Definition
IN: debugger

GENERIC: error-help ( error -- topic )


Methods
USING: accessors continuations debugger ;

M: condition error-help error>> error-help ;


USING: accessors debugger lexer ;

M: lexer-error error-help error>> error-help ;


USING: debugger kernel ;

M: object error-help drop f ;


USING: accessors debugger source-files.errors ;

M: source-file-error error-help error>> error-help ;


USING: classes debugger kernel ;

M: tuple error-help class-of ;


USING: debugger sequences ;

M: vm-error error-help vm-errors nth first ;

AltStyle によって変換されたページ (->オリジナル) /