factor/core/tools/debugger.facts

9 lines
382 B
Plaintext
Raw Permalink Normal View History

2006-08-01 17:35:00 -04:00
IN: errors
USING: help parser definitions ;
2006-01-07 20:09:54 -05:00
2006-08-16 21:55:53 -04:00
HELP: :help
{ $description "Displays documentation for the most recent error." } ;
HELP: :edit
{ $description "If the most recent error was a " { $link parse-error } " thrown while parsing a source file, opens the source file at the failing line in the default editor using the " { $link edit-hook } ". See " { $link "editor" } "." } ;