2011-11-27 17:14:35 -05:00
|
|
|
USING: continuations namespaces tools.deploy.shaker ;
|
2007-09-20 18:09:08 -04:00
|
|
|
IN: debugger
|
|
|
|
|
2010-05-03 23:07:46 -04:00
|
|
|
: error. ( error -- ) original-error get die-with2 ;
|
2007-10-09 02:07:59 -04:00
|
|
|
|
2010-05-03 23:07:46 -04:00
|
|
|
: print-error ( error -- ) error. ;
|