Backtrace Dumps

Alexandre Julliard julliard at winehq.org
Fri Aug 20 14:05:46 CDT 2004


Mike Hearn <mike at navi.cx> writes:

> This isn't reliable though, what about apps that swallow all exceptions
> with a try/except block? Ideally you want this sort of thing to just
> work and not have to figure out why your backtrace is never happening.

In that case you have to start the debugger first. Of course there
will be cases where it won't work as well as you'd like, you'll have
the same with the in-process solution, there are many cases where it
won't work. And actually the debugger solution has more chances to
work reliably since being in a separate process it interferes much
less with the running application.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list