使用环境
<!-- 必须 告知插件运行的环境,帮助开发者定位问题 -->
- 操作系统版本:win11 家庭版
- 操作系统平台(x86/x64):x64
- VsCode 版本:1.85.2
- EIDE 插件版本:v3.14.0
- C/C++ 插件版本:v1.19.22
- 何种编译器(keil_c51/sdcc/armcc5/armgcc/...):armcc5
- 编译器版本(非编译问题可忽略):
描述问题
使用的是小华 HC32F460PETB 芯片,使用了 freeRTOS ,
现在出现的问题是cortex-debug 进行仿真的时候无法实时查看寄存器状态,会报错【Read memory error: Cannot execute this command while the target is running.
Use the "interrupt" command to stop the target
and then try again. (from data-read-memory-bytes "0x400704a0" 42)】
屏幕截图
<!--使用一些截图能够更好地展现问题 -->
期望现象
<!--您期望应该产生的,但实际上却没有发生的结果-->
应该在左边 XPERIPHERALS 中实时更新寄存器内的值