The debug flag should probably set the logging level to debug set the profile to debug (we probably need to decide what this means) and set the backtraces to show more stack frames.
We should also hide unnecessary stack frames on the backtraces. As we discussed this is quite verbose for the user. In my recent testings implementing the org stencil, the verbosity made it uncomfortable to navigate and find the information I was interested in. Of course Emacs is quite powerful and I can easily navigate long backtraces but I expect many terminal users to struggle with so much verbosity.
The debug flag should probably set the logging level to `debug` set the profile to `debug` (we probably need to decide what this means) and set the backtraces to show more stack frames.
We should also hide unnecessary stack frames on the backtraces. As we discussed this is quite verbose for the user. In my recent testings implementing the [org stencil](https://codeberg.org/lapislazuli/blue/src/branch/user-manual/blue/stencils/org.scm), the verbosity made it uncomfortable to navigate and find the information I was interested in. Of course Emacs is quite powerful and I can easily navigate long backtraces but I expect many terminal users to struggle with so much verbosity.