有没有办法设置窗口以保持控制台窗口打开?

发布于 2024-10-28 10:42:54 字数 203 浏览 0 评论 0原文

有没有什么方法可以让它在代码完成后立即停止关闭,以便我可以实际读取终止脚本中的错误消息? 我知道可以使用不同语言的各种命令来使其等待用户输入字符。我问是否有一种方法可以设置窗口本身以让窗口普遍打开或针对特定类型的程序打开,以便可以读取错误消息而无需任何特殊的使用条件(例如从 CMD 内部调用)或添加的代码(例如代码末尾的用户输入命令)

Is there some way to get it to stop closing as soon as the code finishes so I can actually read the error messages in termination scripts?
I know that various commands in different languages can be used to make it wait for the user to enter a character. I am asking if there is a way to set windows itself to leave the window open either universally or for specific types of programs so that error messages can be read without any special usage conditions (such as calling from inside CMD) or added coding (such as a user input command at the end of the code).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

栖迟 2024-11-04 10:42:54

尝试在 cmd 窗口中运行该命令(只需在“运行”框中键入 cmd 并通过键入程序的路径来执行程序)。即使程序结束后,cmd 窗口也会打开,如果错误消息太长,您还可以为窗口设置缓冲区长度。

Try running the command in a cmd window (just type cmd in the Run box and execute your program by typing the path to it). This will have the cmd window open even after the program has ended and you can also set a buffer length for the window if your error messages are too long.

旧竹 2024-11-04 10:42:54

如果您从调试器运行程序,请在程序的最后一行放置一个断点。

If you're running the program from a debugger, put a breakpoint on the last line of the program.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文