Community
Participate
Working Groups
Created attachment 176798 [details] fix code from HEAD Adornments for display names for our debug elements (thread, stackframe, etc) are computed all over the place, and should all be computed in the model presentation - that way they are not computed if the element is not going to be shown. Also the name computation for a debug target should not happen in its constructor, as this requires a request of the VM would could fail, causing the constructor to blow up.
applied to HEAD