Alexandre Julliard wrote:
> 
> Eric Pouech <[EMAIL PROTECTED]> writes:
> 
> > debugger/dbg.y
> > debugger/debugger.h
> > debugger/winedbg.c
> >       added config option to only stop on first thread creation
> 
> Since the debugger is (will be) a separate application, it should not
> make reference to the Wine config file. I'd suggest either a separate
> registry branch (like Software\Wine\WineDbg), or even better a
> debugger command to change the breaking mode; this may then also be
> used to specify whether we should break on other things like dll entry
> points, thread exit, etc.
my final idea was to add the support for debugger configuration variables
those would be read at startup from the registry, and also modified
as normal values (DBG_VALUE struct being extended) at the debugger prompt
and which shall be saved back in the registry at debugger's exit

but, this requires a (small) framework in the debugger to define
those variables. in the mean time, I thought the hack of using
the wine conf file was adequate

A+
-- 
---------------
Eric Pouech (http://perso.wanadoo.fr/eric.pouech/)
"The future will be better tomorrow", Vice President Dan Quayle

Reply via email to