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.
Description
Description
Details
Details
- Severity
- Crash
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
Have a variable:'ref set<int> arrayOfSets[1];' in a class and trigger a breakpoint in the class or in another class with a reference to the class.