codelldb icon indicating copy to clipboard operation
codelldb copied to clipboard

lldb.evaluationTimeout not working

Open leaflinfeng opened this issue 6 months ago • 1 comments

OS: macos VSCode version: 1.101.1 (Universal) CodeLLDB version: 1.11.5 Compiler: Debuggee:

my .vscode/settings.json

{
     "lldb.verboseLogging": true,
    "lldb.evaluationTimeout": 60,
}
Verbose log
  Launching adapter
liblldb: /Users/leo/Library/Developer/Toolchains/custom.xctoolchain/System/Library/PrivateFrameworks/LLDB.framework/Versions/A/LLDB
environment: {}
settings: { evaluateForHovers: true, commandCompletions: true }

leaflinfeng avatar Jun 24 '25 16:06 leaflinfeng

This is not enough info for me to investigate. Please provide a complete log. Also, can you please be more specific about "not working"?

vadimcn avatar Sep 05 '25 04:09 vadimcn