debug (查看并编写汇编代码以在计算机上执行某些任务)

小猪老师 发表于 2020-06-19 10:25
浏览次数:
在手机上阅读

debug命令用于查看计算机的某些部分,并编写汇编代码以在计算机上执行某些任务。

查看英文版

目录

1 debug 运行系统环境

2 debug 语法

3 debug 示例

debug 运行系统环境

Windows 95

Windows 98

Windows xp

Windows 2000

Windows NT

Windows ME

All Versions of MS-DOS

debug 语法

DEBUG [[drive:][path]filename [testfile-parameters]]
[drive:][path]filename 指定要测试的文件。
testfile-parameters 指定要测试的文件所需的命令行信息。

启动调试后,键入"?"以显示调试命令列表。

要退出调试模式,您需要键入“Q”并按回车。
要执行调试例程,需要键入“G”并按Enter。

DEBUG [[drive:][path]filename [testfile-parameters]]
[drive:][path]filename Specifies the file you want to test.
testfile-parameters Specifies command line information required by the file you want to test.

After debug starts, type "?" to display a list of debugging commands.

To get out of debugging mode, you need to type "Q" and press Enter.
To execute the debug routine, you need to type "G" and press Enter.

查看英文版

查看中文版

debug 示例

debug     -D40:00
显示有关计算机端口的信息。
-Q < Type Q, and press enter >
debug     -D40:00
Information about your computer ports is displayed.
-Q < Type Q, and press enter >

查看英文版

查看中文版

其他命令行

date | defrag | dir | disable | diskcomp | diskcopy | dosshell | doskey | diskpart | driverquery | drivparm | dumpchk | deltree | del |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条