* Configurations for debug-on-error
@ 2023-07-10 12:29 uzibalqa
2023-07-11 11:35 ` Emanuel Berg
0 siblings, 1 reply; 3+ messages in thread
From: uzibalqa @ 2023-07-10 12:29 UTC (permalink / raw)
To: uzibalqa via Users list for the GNU Emacs text editor
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Configurations for debug-on-error
2023-07-10 12:29 Configurations for debug-on-error uzibalqa
@ 2023-07-11 11:35 ` Emanuel Berg
2023-07-11 15:39 ` uzibalqa
0 siblings, 1 reply; 3+ messages in thread
From: Emanuel Berg @ 2023-07-11 11:35 UTC (permalink / raw)
To: help-gnu-emacs
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.
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Configurations for debug-on-error
2023-07-11 11:35 ` Emanuel Berg
@ 2023-07-11 15:39 ` uzibalqa
0 siblings, 0 replies; 3+ messages in thread
From: uzibalqa @ 2023-07-11 15:39 UTC (permalink / raw)
To: Emanuel Berg; +Cc: help-gnu-emacs
------- 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 ?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-11 15:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-10 12:29 Configurations for debug-on-error uzibalqa
2023-07-11 11:35 ` Emanuel Berg
2023-07-11 15:39 ` uzibalqa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).