Hi Alan,

> I've built a Windows version which enables the debug console, and which 
> I've been using productively. Today I opened the debug console, and 
> changed the setting for debug output of  either "Trace" or "Warning" (I 
> don't remember which) to be directed to "Debugger".

This means whenever a trace or warning is issued, this is directed into
the debugger - if you don't run the process within a debugger, this
manifests itself as crash.
And chances are good that during the crash recovery, and during the very
initial office starts, there are a lot of traces and maybe warnings,
which will all provoke a crash -> bad idea to change this settings :)

Look for a file called dbgsv.ini (probably in your program directory)
and delete it. It stores the debug settings, so by deleting it you reset
those settings to their defaults.

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer         [EMAIL PROTECTED] -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Database                   http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to