-
- Downloads
Improve exception handling
Backtrace is now only produced when '-p' option is provided This gives better user information and allows to debug more simply since exceptions are no more rethrown Going further would require to be able to indicate the current line of execution during a non exception crash
Showing
- src/language/PugsParser.cpp 24 additions, 16 deletionssrc/language/PugsParser.cpp
- src/language/node_processor/BuiltinFunctionProcessor.hpp 1 addition, 2 deletionssrc/language/node_processor/BuiltinFunctionProcessor.hpp
- src/main.cpp 296 additions, 309 deletionssrc/main.cpp
- src/utils/PugsUtils.cpp 1 addition, 1 deletionsrc/utils/PugsUtils.cpp
Loading
Please register or sign in to comment