You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLDB steps into nothing for 1 step-over, variables are gone from the panel, I press Step-Over again, variables appear again in the left panel and it continues the for loop.
Different issue:
Clicking on OUTPUT and then on Debug gives error '...\extension-output-formulahendry.exe does not exist. ':
Mention, as workaround I use this for the issue 'steps into nothing' :
target stop-hook add --one-liner "script if lldb.frame.GetLineEntry().GetFileSpec().GetFilename() is None and lldb.debugger.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().IsValid() : lldb.debugger.HandleCommand('next')"
The text was updated successfully, but these errors were encountered:
LLDB steps into nothing for 1 step-over, variables are gone from the panel, I press Step-Over again, variables appear again in the left panel and it continues the for loop.
Different issue:
Clicking on OUTPUT and then on Debug gives error '...\extension-output-formulahendry.exe does not exist. ':
OS:
Microsoft Windows [Version 10.0.19045.4894]
VSCode version:
Version: 1.85.2
Release: 24019
Commit: c8a36a69377856369f139f39ee56dd3838130fbf
Date: 2024-01-19T18:35:30.339Z
Electron: 25.9.7
ElectronBuildId: undefined
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Windows_NT x64 10.0.19045
CodeLLDB version:
lldb version 19.1.0-codelldb
Compiler:
MSVC_VERSION=14.39.33519
Debuggee: test.exe
code(test without 'import std.core;' and using the include, same issue:
Code Runner command line:
"cpp": "cd $dir && cl.exe /EHsc /std:c++latest /experimental:module /Zi /MD /Od $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
Mention, as workaround I use this for the issue 'steps into nothing' :
target stop-hook add --one-liner "script if lldb.frame.GetLineEntry().GetFileSpec().GetFilename() is None and lldb.debugger.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().IsValid() : lldb.debugger.HandleCommand('next')"
The text was updated successfully, but these errors were encountered: