2011-10-03 03:24:13 -04:00
|
|
|
USING: 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. ;
|