
I think the title says it all ... thanks in advance

Said
Not sure, this always works fine, what i have noticed is, as soon as an event is present in the main thread loop then you loose track of the other threadskywalk wrote: If you set a breakpoint in Main, before stepping into your threaded procedure, you can step into the thread and view as normal.
If you only put a breakpoint in the threaded procedure, there is no guarantee the debugger will stop.
the best would be if the ide can track 2 threads at a time, if this cant be done, then yes a little help would be really helpfulskywalk wrote: It would be great if there was a help doc for debugging threaded apps.