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
对于行末尾的模块配置,我们有一个 JavaFX 应用程序,它利用调试服务器脚本(DSS)库进行程序加载和验证等 我在程序加载方面遇到了一些问题、最大的问题是无法了解加载的进度。 我想展示一个状态栏并在调试会话中轮询某些状态、但如果有方法可以执行此操作、则尚未从 API 中识别。 如果我们无法轮询负载的状态、则系统实际上处于未知状态、这种情况非常令人沮丧。
如果有任何例子,将不胜感激。 最坏的情况下、我将设置脚本超时和倒计时、使其看起来像我们正在进行中、并在 LoadProgram 返回后清除倒计时。