-
Notifications
You must be signed in to change notification settings - Fork 31
Native windows adapter breaks after setting a conditional breakpoint in helloworld_thread #1037
Copy link
Copy link
Open
Labels
Description
- Open the helloworld_thread binary for windows x86_64
- Launch the debugger with native windows adapter
- Continue the program after initial breakpoint
- Pause the program, whatever instruction it lands on set a conditional breakpoint like
rax == 0x1234(like it says in the dialog) - Continue the program
- Try and pause, restart or perform any other operation
- 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
Reactions are currently unavailable