Fine-grained control over debug output #241
Labels
status: blocked
Issue or pull request is blocked by another issue or pull request, or some outside circumstance
topic: core
Issues relating to core geometry, operations, algorithms
topic: display
Displaying Fornjot models
type: feature
New features and improvements to existing features
Right now, there exists an option to enable debug output from the triangulation algorithm. This has been helpful again and again in debugging issues, or sometimes just understanding what's happening with a model. I expect that this concept will be extended to other algorithms in the future, as required.
However, the debug output can already be pretty busy, especially if the model is not very simple, and adding more types of debug output will only make that worse. It should be possible to control the debug output in two ways:
The way I imagine this happening is the following:
This is blocked on #13.
The text was updated successfully, but these errors were encountered: