简体   繁体   English

Windows命令提示符 - 'debug'不是可识别的命令?

[英]Windows Command Prompt - 'debug' not a recognized command?

I have done a few searches on this and surprisingly could not find a solution. 我已经对此进行了一些搜索,但令人惊讶的是找不到解决方案。 All I am wanting to do is launch Windows command prompt, and using the 'debug' command, access debug mode. 我想要做的就是启动Windows命令提示符,并使用'debug'命令访问调试模式。

However command prompt keeps responding with: 'debug' is not recognized as an internal or external command. 但是,命令提示符仍然响应:'debug'不被识别为内部或外部命令。

From previous searches I could only come to the conclusion that is has something to do with the systems environment variables, but don't feel confident enough to change them. 从以前的搜索中我只能得出与系统环境变量有关的结论,但是没有足够的信心来改变它们。

Any help would be appreciated, thanks. 任何帮助将不胜感激,谢谢。

Are you using x64 version of Windows? 您使用的是x64版本的Windows吗? debug.com is a 16-bit program and is not shipped with x64 builds since they don't support 16-bit executables. debug.com是一个16位程序,并不附带x64版本,因为它们不支持16位可执行文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM