Hello dear SD developers,
I noticed today, that in the current version is not really possible to debug multithread applications if multiple threads are over the same part of the code. It is difficult to visualize in the threads view, which threads are active and which threads aren't. Worse yet, the setting for disabling a thread gets resetted after each code step or after hitting the next breakpoint (or perhaps before, it is difficult to say).
Normally I would want to disable alls threads, but the one I am debugging (which I should do manually), and this setting should be kept this way until I unfreeze other threads again. Whether a thread is frozen or unfrozen should be visible in the threads view without having to right click on each entry. A luxus feature would be, if the toolbar of the thread view had the buttons "freeze all but current" and "unfreeze all".
Thanks again for your great work.