How can I debug my driver at source-level with SoftICE?

Hi, all.

I wrote a driver with DDK, and build it with DDK BUILD utility. And then I
want to create a NMS file from the built *.sys file, but the Symbol Loader
told me “No debug information found”, and I’m sure the *.sys was built with
checked build environment… What’s the reason?

And I will be very glad if somebody can teach me a way to do that…

thanks in advance…


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

Hello,

Which version of Windows are you using? There is a problem with the compiler
version of Windows. If we use build utility of Windows build version 2462,
everything will work fine and softice identifies the debug information. Beyond
2462, this problem arises!

Regards
Venky

–>-----Original Message-----
–>From: xxxxx@lists.osr.com
–>[mailto:xxxxx@lists.osr.com]On Behalf Of kdriver
–>Sent: Monday, October 15, 2001 6:58 AM
–>To: NT Developers Interest List
–>Subject: [ntdev] How can I debug my driver at source-level with SoftICE?
–>
–>
–>Hi, all.
–>
–>I wrote a driver with DDK, and build it with DDK BUILD utility. And then I
–>want to create a NMS file from the built *.sys file, but the Symbol Loader
–>told me “No debug information found”, and I’m sure the *.sys was built with
–>checked build environment… What’s the reason?
–>
–>
–>And I will be very glad if somebody can teach me a way to do that…
–>
–>thanks in advance…
–>
–>
–>—
–>You are currently subscribed to ntdev as: xxxxx@tataelxsi.co.in
–>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

Hello,

told me “No debug information found”, and I’m sure the *.sys was built with
checked build environment… What’s the reason?

check for running rebase.exe. This will strip all debug information
from a checked build.

eli


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