variables not showing up with `"valuesFormatting": "parseText"`
See original GitHub issueRunning remote to a gdbserver (v9.1) on arm but my variables does not show up. If I use gdb cli I can print the variable names. Noticed the following error message;
The variable itself has the following text next to it: “Invalid variable attributes”.
A notification popping up says the following;
A syntax error in expression, near `'. (from data-evaluate-expression --thread 1 --frame 0 static_cast)
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
Issues · WebFreak001/code-debug - GitHub
variables not showing up with "valuesFormatting ": "parseText". #373 opened on Sep 21 by infn-ke · 6. Fails to open X11 window on...
Read more >Variables not showing while debugging in Eclipse
When I run in debug mode, the current variables and their values are not coming up in the Variables window. The window remains...
Read more >code-debug - Bountysource
When I insert bp without pause, the output is: "Cannot execute this command while the target is running.\nUse the \"interrupt\" command to stop...
Read more >Looking for debugger
After breaking on the failing assert, I can step up and down the stack but I'm not able to view any variables. The...
Read more >VxWorks SDK - Visual Studio Code Guide - Wind River Labs
If you do not already have a VSCode workspace set-up, do the following. ... valuesFormatting: (string) Set the way of showing variable values....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Not sure what goes wrong, but “disabled” and
prettyPrinters
works. Here is the output when running withparseText
.Another issue (not related to variables), is that I cannot de-select a breakpoint. I can delete the breakpoint from debug shell, but not untick it in the UI (the bp is still active even though not clinked in the UI).
Yes always.