This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Code Composer Studio
如何关闭使用“从断点读取/写入文件”打开的文件。
我想连续读取/写入文件,并从文件开始执行。 但由于我无法关闭该文件,我的代码出现EOF错误。
如有任何帮助,我们将不胜感激。
谢谢。
您好,
感谢您的快速响应。
我在阅读过程中尝试了绕过,结果很好,但在从断点写入时仍然存在问题。 我尝试的解决方法是从断点实例代码内手动打开和关闭文件。 这对我来说很好。