Re: 3rd party Device driver development tool or pure - wdm driver development..Which is the

Yeah … any one here ever stepped through assembly to debug a FORTH
program? How many times do I have to go through ReadNextInstruction!!!

Gary G. Little
Staff Engineer
Broadband Storage, Inc.
xxxxx@broadstor.com

-----Original Message-----
From: Jim Young [mailto:xxxxx@youngendeavors.com]
Sent: Monday, October 29, 2001 8:41 PM
To: NT Developers Interest List
Subject: [ntdev] Re: 3rd party Device driver development tool or pure wdm
driver development…Which is the best???

I really have to disagree with you on this one. Debugging C++ can be a real
PITA. Debuggers need to be much more sophisticated to deal with things like
inheritance in C++. Having to drill down though several layers of
abstraction in order to find the value of an inherited variable is not my
idea of easy.

Jim

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Moreira, Alberto
Sent: Monday, October 29, 2001 1:21 PM
To: NT Developers Interest List
Subject: [ntdev] Re: 3rd party Device driver development tool or pure
wdm driver development…Which is the best???

Let me plug in my own here :slight_smile:

…As for debugging, you’re going to have to do it anyway, and debugging
other
people’s code can be hard - call it DDK or class library, it’s the same. But
debugging C++ is a lot easier than debugging C code…


You are currently subscribed to ntdev as: xxxxx@broadstor.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com