How to dump info in softice

Hi everyone,

I have been using softice as debugging tool on Windows 2000 and used KdPrint( ) as a way to show information on the softice. But how can I dump all the information displayed in SoftIce into a .txt file.

Thanks


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,

Maybe, you should use the DbgPrint function instead of the KdPrint one. The
KdPrint has effect on checked builds only (when DBG macro is defined). Also
you should to add ‘\n’ symbol to your message you print by DbgPrint/KdPrint

Thank you.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of CWCLD
Sent: Tuesday, December 18, 2001 3:27 PM
To: NT Developers Interest List
Subject: [ntdev] How to dump info in softice

Hi everyone,

I have been using softice as debugging tool on Windows 2000 and used
KdPrint( ) as a way to show information on the softice. But how can I dump
all the information displayed in SoftIce into a .txt file.

Thanks

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

Use SymbolLoader, menu File->Save SoftICE History as…


Bye,
SaB

-----Original Message-----
From: CWCLD [mailto:xxxxx@cwc.nus.edu.sg]
Sent: Tuesday, December 18, 2001 11:27 AM
To: NT Developers Interest List
Subject: [ntdev] How to dump info in softice

Hi everyone,

I have been using softice as debugging tool on Windows 2000 and used
KdPrint( ) as a way to show information on the softice. But how can I dump
all the information displayed in SoftIce into a .txt file.

Thanks

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

Hi, CWCLD!

If you need to dump repeatedly use
loader32 /logfile filename

Eugene.


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 always add \r\n to all KdPrints for SoftICE compatibility.

Max

----- Original Message -----
From: Leonid Slobodchikov
To: NT Developers Interest List
Sent: Tuesday, December 18, 2001 1:01 PM
Subject: [ntdev] RE: How to dump info in softice

Hello,

Maybe, you should use the DbgPrint function instead of the KdPrint one. The KdPrint has effect on checked builds only (when DBG macro is defined). Also you should to add ‘\n’ symbol to your message you print by DbgPrint/KdPrint

Thank you.
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com]On Behalf Of CWCLD
Sent: Tuesday, December 18, 2001 3:27 PM
To: NT Developers Interest List
Subject: [ntdev] How to dump info in softice

Hi everyone,

I have been using softice as debugging tool on Windows 2000 and used KdPrint( ) as a way to show information on the softice. But how can I dump all the information displayed in SoftIce into a .txt file.

Thanks

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

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

You can use either DriverMonitor or the Workbench to access SoftICE’s
history.

Alberto.

-----Original Message-----
From: CWCLD [mailto:xxxxx@cwc.nus.edu.sg]
Sent: Tuesday, December 18, 2001 4:27 AM
To: NT Developers Interest List
Subject: [ntdev] How to dump info in softice

Hi everyone,

I have been using softice as debugging tool on Windows 2000 and used
KdPrint( ) as a way to show information on the softice. But how can I dump
all the information displayed in SoftIce into a .txt file.

Thanks

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