Skip to content

Native windows adapter breaks after setting a conditional breakpoint in helloworld_thread #1037

@emesare

Description

@emesare
  1. Open the helloworld_thread binary for windows x86_64
  2. Launch the debugger with native windows adapter
  3. Continue the program after initial breakpoint
  4. Pause the program, whatever instruction it lands on set a conditional breakpoint like rax == 0x1234 (like it says in the dialog)
  5. Continue the program
  6. Try and pause, restart or perform any other operation
  7. Observe warnings below
Screen.Recording.2026-03-31.at.11.51.55.AM.mov
[Default] A debugger event with type 1 is posted from the dispatcher thread and is unexpected
[Default] Cannot obtain mutex2 for debug adapter, operation: 7
[Default] Cannot obtain mutex2 for debug adapter, operation: 7
[Default] Cannot obtain mutex2 for debug adapter, operation: 7
[Default] Cannot obtain mutex2 for debug adapter, operation: 7
[Default] Cannot obtain mutex2 for debug adapter, operation: 7
[Default] Cannot obtain mutex2 for debug adapter, operation: 7
[Default] Cannot obtain mutex2 for debug adapter, operation: 7
[Default] Cannot obtain mutex2 for debug adapter, operation: 7
[Default] Cannot obtain mutex2 for debug adapter, operation: 7
[Default] Cannot obtain mutex2 for debug adapter, operation: 8

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions