From VisualWorks® NonCommercial, 7.6 of March 3, 2008 on January 2, 2009 at 4:57:52 am DRRuntimeFullDumper Smalltalk RuntimePackager.RuntimeFullDumper false none DebugReport-Runtime DRRuntimeFullDumper dumping dumpExceptionReport: anException context: aContext | aDebugger | aContext unwindUpTo: aContext. aDebugger := DebuggerService new. aDebugger process: Processor activeProcess context: aContext interrupted: false. aDebugger prepareForErrorCondition. aDebugger label: anException description. (DebugReport.DRReporter on: aDebugger) outputHtmlReportSilently. super dumpExceptionReport: anException context: aContext.