DebugPrint doesnt work

I am writing a SCSI miniport driver for a PCI SCSI controller on windows 2000.
I am trying to check the initialization routine of my driver. I have put DebugPrint statements into my code, specifing level 0(zero) as this is the default level.
I cannot see the output of my DebugPrint statements in softice or WinDbg. Does anybody know what the problem might be?
I am running the the debug( checked build version) of the OS.

Regards
Namita


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

I know zip about SoftIce, so this only pertains to WinDbg.

Are you using a NULL modem between the target and the host? Did you set
Boot.ini to enable a debug by setting a comport, and or baud rate? Are both
sides using the same baud rate? Did you compile your driver for a checked
build?

Gary G. Little
Staff Engineer
Broadband Storage, Inc.
xxxxx@Broadstor.com
xxxxx@inland.net

-----Original Message-----
From: Namita Lal [mailto:xxxxx@calsoftinc.com]
Sent: Thursday, June 28, 2001 8:45 AM
To: NT Developers Interest List
Subject: [ntdev] DebugPrint doesnt work

I am writing a SCSI miniport driver for a PCI SCSI controller on windows
2000.
I am trying to check the initialization routine of my driver. I have put
DebugPrint statements into my code, specifing level 0(zero) as this is the
default level.
I cannot see the output of my DebugPrint statements in softice or WinDbg.
Does anybody know what the problem might be?
I am running the the debug( checked build version) of the OS.

Regards
Namita

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

Don’t forget to terminate each debug print with a newline - some older SoftICEs required this.

----- Original Message -----
From: Namita Lal
To: NT Developers Interest List
Sent: Thursday, June 28, 2001 7:44 PM
Subject: [ntdev] DebugPrint doesnt work

I am writing a SCSI miniport driver for a PCI SCSI controller on windows 2000.
I am trying to check the initialization routine of my driver. I have put DebugPrint statements into my code, specifing level 0(zero) as this is the default level.
I cannot see the output of my DebugPrint statements in softice or WinDbg. Does anybody know what the problem might be?
I am running the the debug( checked build version) of the OS.

Regards
Namita

You are currently subscribed to ntdev as: xxxxx@storagecraft.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