I set a break point in code, say LL.execute. I then follow the code in LL.execute. But the system is still being used by users, so another request comes in hit the break point again, a new thread debug window pops up.. now I can't go back to my original thread. In builder, each thread is in a different window, I can close them all and leave the one I want, but in CSIDE, it seems to me the new thread pops in and you lose the old ones.
Did I miss anything?