英文:
Write a variable in live expressions stm32cubeIDE
问题
在STM32CubeIDE的"实时表达式"选项卡中写入数值的可能性是否存在?我在IAR EW中发现了这个功能非常有用。当我在实时表达式中更改一个值时,调试会话和系统都会停止工作。
我的STM32CubeIDE版本是v1.12.1。
英文:
Is there a possibility to write a value in the live expressions tab of the stm32cubeIDE? I found this feature very useful in the IAR EW. When I change a value in the live expressions the debugging session and the system stops working.
I have stm32cubeIDE v1.12.1.
答案1
得分: 0
我认为这还没有被实施。但是,我发现有一种解决方法来解决这个问题。在版本1.12.0之后,您可以在内存的实时表达式中看到保存地址。您可以打开内存窗口,暂停程序以显示内存的值。在这里,您可以更改所需的值,然后继续调试会话。
我建议将此功能提供给STM,因为即使有解决方法,拥有这个功能也会很好。
英文:
I think this is not implemented yet. I however found out that there is a workaround to this issue. After the version 1.12.0 you can see the address in the live expressions of the memory where it is saved. You can open the memory window and pause the program that the values of the memory are displayed. Here you can change the value that you want and afterwards continue the debugging session.
I suggested this feature to stm as it would be nice to have it, even with the workaround.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论