[PATCH] disable demandimport in debugger mode

Matt Mackall mpm at selenic.com
Sat Feb 7 13:39:51 CST 2009


On Sat, 2009-02-07 at 19:48 +0100, Gilles Moris wrote:
> 1 file changed, 6 insertions(+), 3 deletions(-)
> hg |    9 ++++++---
> 
> 
> # HG changeset patch
> # User Gilles Moris <gilles.moris at free.fr>
> # Date 1234032057 -3600
> # Node ID 9584272ac2049037e37128a950c8c7b94fcc5d41
> # Parent  a1138f437640dcfa6579473c36aff6da691b467d
> disable on demand module loading when debugger mode is activated
> 
> On demand loading is mostly for performance optimisation, so does not make
> sense for debug but clutters the debugging sessions with module loading.

I'm afraid I don't like it. This could significantly change the behavior
of the debugged code.

-- 
http://selenic.com : development and support for Mercurial and Linux




More information about the Mercurial-devel mailing list