diff options
author | Marius Kintel <marius@kintel.net> | 2011-04-18 11:07:54 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-04-18 11:07:54 (GMT) |
commit | 5247962554be539b8585844e62377a6490b38d2b (patch) | |
tree | 84be447277447745e0e7c506f2dc555672f41cdd | |
parent | 6839bc42ebd9ef27aa3f5fd5eb56b30f6081ce41 (diff) |
Added some notes/ideas on visual debugging inspired by Stuart Young
-rw-r--r-- | doc/TODO.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 88257cb..45660de 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -102,7 +102,13 @@ o Editor wishlist in the source code in the 3D view - Tabbed editor for designs including other files - C-c/C-v should work on the focused widget, not always in the editor - +o Error reporting/debugging + - Provide better error messages when polygon ordering causes CGAL errors: + o Supply syntax highlighting of the exact polygon indices which are + reported to be wrong + o Provide some interaction for debug walk-through? + - Provide visual highlighting of geometry corresponding to code + -> could aid debugging a lot o Computation - Run CGAL rendering in a background thread - Enable viewing/editing while rendering |