Skip to content

fix: collapse duplicate debuggerSession state to single source#59

Merged
failfmi merged 1 commit intodevelopfrom
fix/duplicate-session
Apr 30, 2026
Merged

fix: collapse duplicate debuggerSession state to single source#59
failfmi merged 1 commit intodevelopfrom
fix/duplicate-session

Conversation

@ERoydev
Copy link
Copy Markdown
Collaborator

@ERoydev ERoydev commented Apr 30, 2026

  • Drop the module-level debuggerSession mirror in extension.js; route reads through getDebuggerSession() so sessionManager is the single source of truth
  • Set tcpPort on the session before publishing via setDebuggerSession() — consumers never see a half-built session
  • Simplify cleanupDebuggerSession() to a single clearDebuggerSession() call

@ERoydev ERoydev requested a review from failfmi April 30, 2026 12:34
@ERoydev ERoydev marked this pull request as ready for review April 30, 2026 12:39
@ERoydev ERoydev requested a review from procdump April 30, 2026 12:42
@failfmi failfmi changed the title Collapse duplicate debuggerSession state to single source fix: collapse duplicate debuggerSession state to single source Apr 30, 2026
@failfmi failfmi merged commit 056a18d into develop Apr 30, 2026
1 check passed
@failfmi failfmi deleted the fix/duplicate-session branch April 30, 2026 13:04
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.

2 participants