Re: Delayed debug tracing

2003-12-13 Thread Mike Hearn
On Sat, 2003-12-13 at 20:43, Andreas Mohr wrote: > Isn't 0xeedfade just the usual "strange" marker for some weird things in > Wine? A grep ought to help here... Nah, I found it. A quick hunch and some looking through the Delphi VCL source showed 0xeedfade to be the generic "Native Delphi Exception

Re: Delayed debug tracing

2003-12-13 Thread Andreas Mohr
Hi, On Sat, Dec 13, 2003 at 08:13:54PM +, Mike Hearn wrote: > On Sat, 2003-12-13 at 19:56, Alexandre Julliard wrote: > > Just the opposite, a wrapper script is much cleaner than adding some > > special handling deep in the Wine core. That way you can define the > > policy you want (switching o

Re: Delayed debug tracing

2003-12-13 Thread Mike Hearn
On Sat, 2003-12-13 at 19:56, Alexandre Julliard wrote: > Just the opposite, a wrapper script is much cleaner than adding some > special handling deep in the Wine core. That way you can define the > policy you want (switching on a key press, after a delay, after a > certain function is called, etc.)

Re: Delayed debug tracing

2003-12-13 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > Sorry, I guess the reasons aren't obvious to me. What's wrong with it? > Certainly using mini shell scripts like that seems to be more of a hack > than special casing some Wine code. Just the opposite, a wrapper script is much cleaner than adding some spec

Re: Delayed debug tracing

2003-12-13 Thread Rein Klazes
On Sat, 13 Dec 2003 16:46:06 +, you wrote: > On Sat, 2003-12-13 at 16:36, Rein Klazes wrote: > > Gerard Patel (if I remember his name correctly) send in such a patch > > years ago, which was not committed for obvious reasons. > > Sorry, I guess the reasons aren't obvious to me. What's wrong w

Re: Delayed debug tracing

2003-12-13 Thread Mike Hearn
On Sat, 2003-12-13 at 16:36, Rein Klazes wrote: > Gerard Patel (if I remember his name correctly) send in such a patch > years ago, which was not committed for obvious reasons. Sorry, I guess the reasons aren't obvious to me. What's wrong with it? Certainly using mini shell scripts like that seems

Re: Delayed debug tracing

2003-12-13 Thread Rein Klazes
On Sat, 13 Dec 2003 15:56:15 +, you wrote: > Hi, > > I'd like to implement delayed debug tracing, by which I mean you can do > a +relay,+seh,+tid,+win,+otherstuff and yet not create a log file so > huge it's impossible to work with. I seem to recall seeing this feat

Re: Delayed debug tracing

2003-12-13 Thread Vincent Béron
Le sam 13/12/2003 à 10:56, Mike Hearn a écrit : > Hi, > > I'd like to implement delayed debug tracing, by which I mean you can do > a +relay,+seh,+tid,+win,+otherstuff and yet not create a log file so > huge it's impossible to work with. I seem to recall seeing this feat

Delayed debug tracing

2003-12-13 Thread Mike Hearn
Hi, I'd like to implement delayed debug tracing, by which I mean you can do a +relay,+seh,+tid,+win,+otherstuff and yet not create a log file so huge it's impossible to work with. I seem to recall seeing this feature in WineX, where you can press Alt-F12 to switch it on. Does anybody