-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Labels
area:FormattersIssue with data formatters.Issue with data formatters.
Description
OS: WSL 2 - Ubuntu 22.04
VSCode version: 1.93.1
CodeLLDB version: 1.10.1
Compiler: rustc
Debuggee: x86_64-linux-gnu
While debugging, I ran into the issue that I cannot see the values of vectors as it simply shows that <error: invalid value object> with the following error output message:
Verbose log
[DEBUG codelldb::dap_codec] --> {"command":"evaluate","arguments":{"expression":"boolean","frameId":1001,"context":"watch"},"type":"request","seq":26}
ERROR(Python) 13:47:14 codelldb: Traceback (most recent call last):
File "/home/user/.vscode-server/extensions/vadimcn.vscode-lldb-1.10.0/adapter/scripts/codelldb/codelldb.py", line 175, in evaluate
value = evaluate_in_context(pycode, is_simple_expr, context)
File "/home/user/.vscode-server/extensions/vadimcn.vscode-lldb-1.10.0/adapter/scripts/codelldb/codelldb.py", line 320, in evaluate_in_context
return eval(code, eval_globals, eval_locals)
File "", line 1, in
File "/home/user/.vscode-server/extensions/vadimcn.vscode-lldb-1.10.0/adapter/scripts/codelldb/codelldb.py", line 309, in
eval_globals['__eval'] = lambda expr: nat_eval(frame, expr)
File "/home/user/.vscode-server/extensions/vadimcn.vscode-lldb-1.10.0/adapter/scripts/codelldb/codelldb.py", line 300, in nat_eval
raise Exception(err.GetCString())
Exception: error: could not find item
elenakrittik, kands-code, Shelim and MartyMcFlyInTheSky
Metadata
Metadata
Assignees
Labels
area:FormattersIssue with data formatters.Issue with data formatters.