02-28-2018 03:51 PM - edited 02-28-2018 03:53 PM
Hi again,
I'm guessing I'm going to embarrass myself with this one - I searched but could not find exactly what I'm looking for.
Here's my situation:
Hopefully this makes sense...
I've sorted the threads as object references in the order I'd like to tile them. I notice that for executions UIMsg_TileWindows seems to work, but I can't get it to work for threads. Is this possible, and if so, what am I missing?
Thanks very much as always,
Mr. Jim
Solved! Go to Solution.
03-01-2018 03:27 AM
As i understand you want to assign a separate execution view window per thread. Is that correct?
The ExecutionViewManager is responsible for displaying execution progress (e.g. trace events in execution window). You can, as the name implies, only connect to executions, not individual threads.
A thread is always part of an execution, an execution can consist of multiple threads. To capture this, the execution view provides the option to add a Thread Pane in the display. This way, you can visualize the relationship between the threads and their executions.
I am not aware of a method to have individual threads to have their own execution view as long as they are part of the same execution in TS.
03-01-2018 08:29 AM
Hi Norbert,
Yes, you did understand my question. Thanks for getting back to me!
I guess that confirms what I'm observing - I've switched my threads to executions and I can now tile them.
Now I know...
Take care,
Mr. Jim