Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.0.3, Qt Creator 4.1.0-beta1
-
Windows 7 64 bit
MSVC2013
Project built with: Qt 5.6.0, Qt 5.7.0
cdb 6.12
Description
- Have these lines in your code:
QDate date = QDate::currentDate(); QDateTime dateTime = QDateTime::currentDateTime(); QTime time = QTime::currentTime();
- Debug the code and stop at a breakpoint behind these lines.
- See the contents of the Locals and Expressions view.
You'll see something like this:date 2457574 QDate jd 2457574 int64 dateTime 1467654300097/0/7200/(null)/28 QDateTime d class QSharedDataPointer<> QSharedDataPointer<QDateTimePrivate> time 63900099 QTime mds 63900099 int
This is not helpful at all.
The debugger should display these time related values in a human-readable format.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-13263 Dumper for QDateTime displays wrong values
- Closed