[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Configurations for debug-on-error
From: |
uzibalqa |
Subject: |
Re: Configurations for debug-on-error |
Date: |
Tue, 11 Jul 2023 15:39:23 +0000 |
------- Original Message -------
On Tuesday, July 11th, 2023 at 11:35 PM, Emanuel Berg <incal@dataswamp.org>
wrote:
> uzibalqa wrote:
>
> > I am using debug-on-error. I see that debug-ignored-errors
> > contains
> >
> > (beginning-of-line beginning-of-buffer end-of-line
> > end-of-buffer end-of-file buffer-read-only file-supersession
> > mark-inactive user-error)
> >
> > Are there other debug-ignored-errors configurations (or
> > subsets) that would be generally useful for debugging common
> > problems
>
>
> It is used so you can tell the debugger to shut up about
> certain events you consider unharmful.
I am aware that they shut up about certain events.
Are there are combinations that would be useful for specific
common error scenarios one would likely encounter, apart from
the default configuration ?