Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.98.0, 0.95.2
-
None
-
None
-
None
-
Reviewed
Description
when starting shell with "-d" specified, the following line doesn't print anything because debug isn't set when shell is constructed.
"Backtrace: #{e.backtrace.join("\n ")}" if debug
In addition, the existing code prints the outer most exception while we normally need the root cause exception.