[Bug 16039] Cannot use 'continue' from the python api on Linux

Thanks for the clarification. I’ve closed the bug after confirming my test works when not in async mode.

However, in async mode what do I need to do to handle the stop events? I have a loop that polls for events, and I see

0x7f965c000940 Event: broadcaster = 0x2a8c488 (lldb.process), type = 0x00000001 (state-changed), data = { process = 0x2a8c450 (pid = 31924), state = stopped}

After I call ‘run’, and it hits the breakpoint. What needs to be updated at this point to allow me to ‘continue’?

Thanks,

Ben