lastquestion / explain-pause-mode

top, but for Emacs.
GNU General Public License v3.0
241 stars 6 forks source link

Improve bug report buffer backtrace by skipping over known code #55

Closed lastquestion closed 4 years ago

lastquestion commented 4 years ago

Don't use backtrace but mapbacktrace and generate the lines ourselves so we can skip over the giant closures inside explain-pause-mode itself.

ref: https://github.com/lastquestion/explain-pause-mode/blob/master/explain-pause-mode.el#L2405