Francois Gouget fgouget@codeweavers.com writes:
'winedbg --auto' already prints a backtrace before the modules list. So there is no need to print another one after everything else.
Actually there are cases where it doesn't, which is why I added this. It's better to have two backtraces than none.
Alexandre Julliard a écrit :
Francois Gouget fgouget@codeweavers.com writes:
'winedbg --auto' already prints a backtrace before the modules list. So there is no need to print another one after everything else.
Actually there are cases where it doesn't, which is why I added this. It's better to have two backtraces than none.
can you reproduce those cases ? it may be even better to fix those cases instead of having two backtraces <g> A+
Eric Pouech eric.pouech@orange.fr writes:
Alexandre Julliard a écrit :
Actually there are cases where it doesn't, which is why I added this. It's better to have two backtraces than none.
can you reproduce those cases ? it may be even better to fix those cases instead of having two backtraces <g>
Yes, that would be better, but I'm afraid I don't remember where I ran into that. I'll let you know if I see it again.