> On Aug 5, 2019, at 9:20 AM, Christian Biesinger wrote:
>
> OK thanks! (If I try to get, for example, the local variables while
> the process is running, will that fail or "succeed" in a weird way?)
You will get an empty list. But if you get the list of variables on thread 1,
then thread 2 c
OK thanks! (If I try to get, for example, the local variables while
the process is running, will that fail or "succeed" in a weird way?)
Christian
On Mon, Aug 5, 2019 at 11:15 AM Greg Clayton wrote:
>
> The API is thread safe, but you can run into interesting issues if you don't
> thread things
The API is thread safe, but you can run into interesting issues if you don't
thread things right. You don't want one thread stepping and another thread
resuming. It will work, but you probably will have a tough time figuring out
why certain functions return certain values. Also, you don't want o