Skip to content

Fix breakpoint removal after debugger exit - #1179

Open
xusheng6 wants to merge 1 commit into
devfrom
test_1175_breakpoint_removal
Open

Fix breakpoint removal after debugger exit#1179
xusheng6 wants to merge 1 commit into
devfrom
test_1175_breakpoint_removal

Conversation

@xusheng6

@xusheng6 xusheng6 commented Aug 14, 2026

Copy link
Copy Markdown
Member

Avoid backend breakpoint removal after debugger teardown and add regression coverage. Fixes #1175.

A potential follow-up task is identified in #1180. However, this is no proof that COM object liftime is causing any issues (this one and beyond) because we are already using an actor model to serialize the accesses to the adapter

@xusheng6
xusheng6 marked this pull request as ready for review August 14, 2026 20:19
@xusheng6
xusheng6 requested a review from plafosse August 14, 2026 20:20
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.

Crash removing a breakpoint via the toolbar (DbgEngAdapter::RemoveBreakpoint)

1 participant