codelldb icon indicating copy to clipboard operation
codelldb copied to clipboard

Variables and values not being displayed, current line indicator missing

Open KeyboardSounds opened this issue 5 years ago • 0 comments

OS: Windows 10 VSCode version: 1.46.1 Extension version: 1.5.3 Toolchain version: rustc 1.46.0-nightly (f455e46ea 2020-06-20) Build target: x86_64-pc-windows-msvc Python version: Python 3.8.3

When debugging, the extension is no longer showing variables or their values. Additionally, the yellow indicator showing the current line of execution is missing. However, breakpoints are still being hit.

I have a suspicion that this might be related to recently upgrading to the latest version of VSCode.It was previously working on this computer. Older versions of the extension (1.5.2, 1.5.1) have the same issue.

I can't see any errors in the Output/LLDB panel.

Debug log
Raw artifacts:
{
  fileName: '',
  name: 'glitch',
  kind: 'bin'
}
Filtered artifacts: 
{
  fileName: '',
  name: 'glitch',
  kind: 'bin'
}
configuration: {
  type: 'lldb',
  request: 'launch',
  name: "Debug executable ''",
  env: { RUST_BACKTRACE: '1' },
  args: [],
  cwd: '${workspaceFolder}',
  relativePathBase: '',
  program: '.exe',
  sourceLanguages: [ 'rust' ]
}
Listening on port 55066
[adapter\src\terminal.rs:99] FreeConsole() = 1
[adapter\src\terminal.rs:100] AttachConsole(pid) = 1
[adapter\src\terminal.rs:104] FreeConsole() = 1

KeyboardSounds avatar Jun 21 '20 10:06 KeyboardSounds