rggen / rggen-core

RgGen Core Library

Home Page:https://github.com/rggen/rggen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suppress back trace printing

taichi-ishitani opened this issue · comments

Currently, back trace is printed if an exception is not RgGen specific exception.
Suppress back trace printing to get the error message easily.

In addition, add --print-back-trace option for debug purpose.
If this option is specified, back trace is not suppressed.