Feature Request: Specify Problem Variable/Array In "Assertion Failed: Index > ArrayNum" Error

So I’ve seen this error come up a lot online and am currently dealing with this myself in my own project. While I am aware of what causes the issue (trying to get an index outside of the array’s bounds), without proper knowledge of which variable/array is causing the crash, it becomes very difficult to address the problem and subsequently fix it.

Please, please, please!- address this in subsequent updates. As it’s just passing a variable name along with the error, I highly doubt it would be that difficult to implement, not to mention would save many headaches in the meantime.

Thank you.