Changes between Version 2 and Version 3 of PythonPort/Design/ErrorReporting
- Timestamp:
- Oct 28, 2007, 3:39:17 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonPort/Design/ErrorReporting
v2 v3 82 82 Such a backtrace can include Python code called from Jam code, called from Python code etc. Technically, 83 83 it appears possible to interleave stacktraces, something like: 84 85 build_system.py:100 86 Jamroot:12 87 project.py:70 84 {{{ 85 build_system.py:100 86 Jamroot:12 87 project.py:70 88 }}} 88 89 89 90 an so we'll try to do that.
