Skip to content

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

Draft
Copilot wants to merge 3 commits into
masterfrom
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 into
masterfrom
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

…ngs on session activation

Agent-Logs-Url: https://github.com/vadimcn/codelldb/sessions/2d77fc55-aeb7-4c22-a79d-bddc4ee65bb6

Co-authored-by: vadimcn <3203809+vadimcn@users.noreply.github.com>
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 <3203809+vadimcn@users.noreply.github.com>
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