I am recreating a previous bug report as it was tagged as assigned but seemingly assigned to no one.
If I make a variable in a class like this:
ref set<int> arrayOfSets[1];
And a breakpoint is triggered, workbench crashes. It might also happen with other template types, but I haven't tested that.