在STM32CubeIDE中编写一个变量的实时表达式:

huangapple go评论51阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年7月10日 17:54:40
  • 转载请务必保留本文链接:https://go.coder-hub.com/76652617.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定