[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiple debugging sessions
From: |
Stefan Monnier |
Subject: |
Re: Multiple debugging sessions |
Date: |
Thu, 10 Nov 2005 13:08:17 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
>> I'm afraid that managing multiple debugging sessions is low down on my
>> list of things to do...
> Retrofitting such a feature is probably a lot harder than simply being
> a bit careful to keep things well-parameterized from the beginning
> (well i guess it's too late now, but ...).
The main problem (based on my experience making it possible to have multiple
PCL-CVS buffers) is that you need both to understand the code you're
changing and to understand how to use buffer-local variables to their best
advantage.
In the end the change to PCL-CVS was "fairly" easy, but it was delicate.
Stefan
- Re: `overlay-arrow-position' should be automatically buffer-local, Miles Bader, 2005/11/09
- Re: Multiple debugging sessions [was Re: `overlay-arrow-position' should be automatically buffer-local], Miles Bader, 2005/11/10
- Re: Multiple debugging sessions, Nick Roberts, 2005/11/10
- Re: Multiple debugging sessions, Andreas Schwab, 2005/11/10
- Re: Multiple debugging sessions, Richard M. Stallman, 2005/11/11
- Re: Multiple debugging sessions, Nick Roberts, 2005/11/11
- Re: Multiple debugging sessions, Miles Bader, 2005/11/12
- Re: Multiple debugging sessions, Eli Zaretskii, 2005/11/12
- Re: Multiple debugging sessions, Richard M. Stallman, 2005/11/12
- Re: Multiple debugging sessions, Nick Roberts, 2005/11/12