BB10: Correlating errors to code

ASSERT failure in QList<T>::operator[]: "index out of range", file c:/bbndk-10.0.4-beta/target/qnx6/usr/include/qt4/QtCore/qlist.h, line 477

I'm glad that Qt/C++ can narrow down the error this far, but there is still definitely a disadvantage as compared to languages like Java and C# that are able to give you a stack trace and show you precisely where the error occurred.