Re: Output debug info to a file??

2005-06-14 Thread Christian Biesinger
Niky Williams wrote: is there anyway to make the info that is being displayed in the console window output to a file instead? Maybe some debug switch? Thanks! OK, I must be missing something here... does "winEmbed.exe > filename" from a command prompt not work? _

Re: Output debug info to a file??

2005-06-14 Thread Niky Williams
Ooohh, this is a neat tool. This will come in handy, but not for what I'm needing at the moment. This seems to only capture debug info sent by the debug print API. I'm needing to capture printf & cout type statements written to a standard console window. I was hoping the gecko/mozilla embedding

Re: Output debug info to a file??

2005-06-14 Thread Brian
You could use the (free) DbgView utility from www.sysinternals.com to capture the output. From there you could save it out to a file one way or another. Is that any help? Brian "Niky Williams" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On the winEmbed (Yes, I know it is not

Output debug info to a file??

2005-06-14 Thread Niky Williams
On the winEmbed (Yes, I know it is not supported) example, there's a lot of info that is displayed in the console window. After you close out the program, I noticed that right before the console window goes away, there is what looks like a mem dump. Now to my question :-), is there anyway to make

Re: Stable embedded mozilla?

2005-06-14 Thread Niky Williams
Well, I have some horribly written code LOL for you to register a profile. This is how I got it to work. One of those "Get working now, will fix and comment later" type of things. // nsCOMPtr nsCOMPtr_nsIFile = NULL; nsCOMPtr ns

Re: Stable embedded mozilla?

2005-06-14 Thread Sami Vaaraniemi
Thanks for the XPCOM_DEBUG_BREAK hint, it works. Although making assertion failures less visible is not a very good solution, I guess I can live with it for the time being. Regards, Sami "Niky Williams" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You would be getting that "co

Re: Stable embedded mozilla?

2005-06-14 Thread Sami Vaaraniemi
"Michal Ceresna" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Monday 13 June 2005 12:02, Sami Vaaraniemi wrote: > Hello, > >> Assertion failures (in no particular order): >> >> ASSERTION: RootScrollFrame is not scrollable?, file >> d:/mozilla/layout/html/base/src/nsPresShell.c