PC Review


Reply
 
 
Cons
Guest
Posts: n/a
 
      6th Oct 2003
Hi everybody,

I want to use a JIT-Debugger on XPE, but neither drwtsn32 nor the debugging
tools for windows works. The regestry-Key AeDebug is correct(works under
XPPro).
If an error occurs, the "send error report wizard" pops up, even if I
disable it in System Properties.

Thanks for your help.
Cons


 
Reply With Quote
 
 
 
 
Slobodan Brcin
Guest
Posts: n/a
 
      6th Oct 2003
Cons,

For debugging tools for windows to works have you tried adding to boot.ini
/debug switch.
Also you need remote debugger, since this is only decent thing that will
give you real results.
So you need to setup communication channel, on both sides.
But, on XPE side in boot.ini also.

Then before error happens you need to connect to XPE, let say break in to
the XPE, and then let it go.
Or just let kd to connect during the boot automatically.

here is the piece from my boot.ini that will allow you to use RS232 to
remote debug.

multi(0)disk(0)rdisk(0)partition(9)\WINDOWS="Microsoft Windows XP Embedded
FAT disk 192 MB" /fastdetect /debug /debugport=com1 /baudrate=115200

Best regards,
Slobodan

"Cons" <(E-Mail Removed)> wrote in message
news:Oabmqx#(E-Mail Removed)...
> Hi everybody,
>
> I want to use a JIT-Debugger on XPE, but neither drwtsn32 nor the

debugging
> tools for windows works. The regestry-Key AeDebug is correct(works under
> XPPro).
> If an error occurs, the "send error report wizard" pops up, even if I
> disable it in System Properties.
>
> Thanks for your help.
> Cons
>
>



 
Reply With Quote
 
Slobodan Brcin
Guest
Posts: n/a
 
      6th Oct 2003
Sorry, I got carried away,

I don't know what you should do. Approach I said is to radical for you,
since you are experiencing application failure not XPE BSOD.

Best regards,
Slobodan

"Slobodan Brcin" <(E-Mail Removed)> wrote in message
news:uzaWk8#(E-Mail Removed)...
> Cons,
>
> For debugging tools for windows to works have you tried adding to boot.ini
> /debug switch.
> Also you need remote debugger, since this is only decent thing that will
> give you real results.
> So you need to setup communication channel, on both sides.
> But, on XPE side in boot.ini also.
>
> Then before error happens you need to connect to XPE, let say break in to
> the XPE, and then let it go.
> Or just let kd to connect during the boot automatically.
>
> here is the piece from my boot.ini that will allow you to use RS232 to
> remote debug.
>
> multi(0)disk(0)rdisk(0)partition(9)\WINDOWS="Microsoft Windows XP Embedded
> FAT disk 192 MB" /fastdetect /debug /debugport=com1 /baudrate=115200
>
> Best regards,
> Slobodan
>
> "Cons" <(E-Mail Removed)> wrote in message
> news:Oabmqx#(E-Mail Removed)...
> > Hi everybody,
> >
> > I want to use a JIT-Debugger on XPE, but neither drwtsn32 nor the

> debugging
> > tools for windows works. The regestry-Key AeDebug is correct(works under
> > XPPro).
> > If an error occurs, the "send error report wizard" pops up, even if I
> > disable it in System Properties.
> >
> > Thanks for your help.
> > Cons
> >
> >

>
>



 
Reply With Quote
 
Doug Hoeffel \(eMVP\)
Guest
Posts: n/a
 
      6th Oct 2003
To get Dr. Watson to work, serach old archives. There were numerous threads
about this 6+ months ago. Lynda Allen from MS answered this.

HTH... Doug
"Cons" <(E-Mail Removed)> wrote in message
news:Oabmqx#(E-Mail Removed)...
> Hi everybody,
>
> I want to use a JIT-Debugger on XPE, but neither drwtsn32 nor the

debugging
> tools for windows works. The regestry-Key AeDebug is correct(works under
> XPPro).
> If an error occurs, the "send error report wizard" pops up, even if I
> disable it in System Properties.
>
> Thanks for your help.
> Cons
>
>



 
Reply With Quote
 
Slobodan Brcin
Guest
Posts: n/a
 
      6th Oct 2003
If your program is written in visual studio look at the jester question in
next thread.
And see if you can use msvcmon.exe.

Best regards,
Slobodan

"Cons" <(E-Mail Removed)> wrote in message
news:Oabmqx#(E-Mail Removed)...
> Hi everybody,
>
> I want to use a JIT-Debugger on XPE, but neither drwtsn32 nor the

debugging
> tools for windows works. The regestry-Key AeDebug is correct(works under
> XPPro).
> If an error occurs, the "send error report wizard" pops up, even if I
> disable it in System Properties.
>
> Thanks for your help.
> Cons
>
>



 
Reply With Quote
 
Thomas Bach Petersen
Guest
Posts: n/a
 
      11th Nov 2003
I have the exact same problem and tried the same as you,
so my short question is - did you solve your problem and
if so - how?

I have read through all the registry settings for the
disabling Error Reporting tool and for enabling
application debugging - in my best believe all my
settings are correct, but it still doesn't work.

I made a small program that provoke a memory violation
crash (mycrash.exe) - and every time it crashes XPE
automatically start a program called "dwwin.exe" which is
the client of the windows reporting tool.

I have searched quite a lot but have found no solution.

I have tried to rename dwwin.exe and copy drwtsn32.exe to
dwwin.exe. When a crash occur Dr. Watson's setup GUI come
up - just as if you started drwtsn32.exe from start | run.

My ugly workaround will be to try and see what parameters
are being supplied to dwwin.exe and if the "process id"
is being supplied then make a program or script that
calls drwtsn32.exe with "-p <proves id>" parameter to
force Dr. Watson to store a crash dump file.

Virtually,
Thomas


>-----Original Message-----
>Hi everybody,
>
>I want to use a JIT-Debugger on XPE, but neither

drwtsn32 nor the debugging
>tools for windows works. The regestry-Key AeDebug is

correct(works under
>XPPro).
>If an error occurs, the "send error report wizard" pops

up, even if I
>disable it in System Properties.
>
>Thanks for your help.
>Cons
>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
random Microsoft Visual C++ Debug Library Debug Error =?Utf-8?B?ZGNobWFu?= Microsoft Access VBA Modules 1 26th Apr 2006 03:25 PM
How to tell if your C# code is running in debug mode (debug compil =?Utf-8?B?TWF4IE0uIFBvd2Vy?= Microsoft C# .NET 3 20th Oct 2005 10:39 PM
V Studio 2003 Doesn't Load Supporting DLL Debug Symbols for Windows Service Remote Debug INGSOC Microsoft C# .NET 0 8th Feb 2005 09:19 AM
Debug Error - Microsoft Visual C ++ Debug Library =?Utf-8?B?THVrZXN0ZXI0Mg==?= Microsoft Outlook VBA Programming 5 23rd Nov 2004 01:19 AM
Visual C++ Debug Library. Debug Error! Abnormal program termination John Microsoft Outlook Discussion 1 25th Sep 2004 09:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:28 AM.