cortex-debug: Sometimes does not show value on hover
Hello,
I occasionally cannot read a variable by hovering over it. Here is a screenshot from the debug console:

You can see in the screenshot that I was able to read dampingFactor and K, but the two subsequent reads of config.Ka and config.kb failed. Note that I can still see the values in the Watch.
I can fix this by reloading vscode. Restarting the debug session does not fix it. I have not been able to pin down when it will happen again. Often only 15 mins if I’m using the debugger actively.
Setup info:
- Windows 10
- Debugging cortex m7 via JTrace pro
- vscode v1.7.3
- cortex-debug v1.6.10
- c/c++ v1.14.0
thanks for any help, Geoff
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 29
Commits related to this issue
- Testing fix for #808 — committed to Marus/cortex-debug by haneefdm a year ago
- Merge latest master into live watch branch (#818) * 1.6.11-pre1 * 1.6.11-pre2 * Testing fix for #808 * 1.6.11-pre4 * Add peripheral tree refresh and collapse commands (#813) * Add peri... — committed to Marus/cortex-debug by haneefdm a year ago
Yes, it is normal to try to update and then create if the update fails. I think I see something I need to chase down … after work. Stay tuned…