//From Using SoftICE.pdf
//Jammy
///////////////////////////
The SoftICE Configuration settings provides a variety of choices that
determine your debugging environment at initialization. These settings
are categorized as follows:
(SoftICE提供了许多可定制的选择去修改初始化时的调试环境。这些设置分类如下:)
////////////////////////////
General ― Provides a variety of useful SoftICE settings, including an
initialization string of commands that automatically executes when
you start SoftICE.
General ---提供了许多有用的设置,包括你启动softICE时自动执行的初始命令串。
////////////////////////////
Symbols ― Specifies .NMS symbol files to load at initialization for
debugging device drivers.
Sybmols----为你调试设备驱动加载特定的.NMS symbol files
///////////////////////////
Exports ― Specifies DLLs and EXEs from which to load export symbols
at initialization.
Exports ----设定初始化时要从中加载导出符号的DLLs 和 EXEs
//////////////////////////
Serial Debugging ― Specifies remote connection settings. Can select
AutoConnect to automatically initiate a remote connection over a
null modem connection on startup
Serial Debugging-----进行远程连接设置。你可以选择“自动连接” 通过在启动时的一个空modem连接自动初始化一个远程连接
///////////////////////////
Keyboard Mappings ― Assigns SoftICE commands to function keys.
Keyboard Mappings-----分配SoftICE命令的功能键。
///////////////////////////////////////////////////
Macro Definitions ― Defines your own commands to use within
SoftICE.
Macro Definitions ---定义你自己的命令(宏)。
//////////////////////////////////////////////////
Troubleshooting ― Provides solutions to potential problems.
Troubleshooting----提供潜在问题的解决方案。
/////////////////////////////////////////////////
Advanced ― Specifies a command list that cannot be changed from
any other configuration page in this group. These commands are
used mostly for support purposes.
Advanced ----定义本组中不能被其他的配置改变的一个命令的列表。
////////////////////////////////////////////////////////////////
修改的步骤:
1 运行 Symbol Loader.
2 在Symbol Loader, 选择Eidt>>SOFTICE INITIALIZATION
SETTINGS
显示如下: