Skip to content

Fix display settings (dereferencePointers, etc.) not respected at debug session startup#1389

Draft
Copilot wants to merge 3 commits intomasterfrom
copilot/fix-lldb-dereference-pointers-issue
Draft

Fix display settings (dereferencePointers, etc.) not respected at debug session startup#1389
Copilot wants to merge 3 commits intomasterfrom
copilot/fix-lldb-dereference-pointers-issue

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 18, 2026

  • Understand feedback: _adapterSettings already sent via launch/attach config, propagateDisplaySettings not needed on session activation
  • Revert the propagateDisplaySettings() call from onDidChangeActiveDebugSession handler
  • Validate the revert

Copilot AI changed the title [WIP] Fix lldb.dereferencePointers not respected at launch Fix display settings (dereferencePointers, etc.) not respected at debug session startup Apr 18, 2026
Copilot AI requested a review from vadimcn April 18, 2026 21:56
_adapterSettings are already sent as part of the debug configuration
for launch/attach via resolveDebugConfiguration (main.ts:294), which
includes all display settings (dereferencePointers, displayFormat, etc.).
These are processed by common_init_session in the adapter. The extra
propagateDisplaySettings call on session activation was unnecessary.

Agent-Logs-Url: https://github.com/vadimcn/codelldb/sessions/20d6e375-30ce-4dfb-b353-2e6fa33f1b53

Co-authored-by: vadimcn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"lldb.dereferencePointers": false not respected unless toggled after launch

2 participants