[debugger] Fixed timestamp format (ms width)

Authored by akulichalexandr on Aug 31 2016, 4:30 PM.

Description

[debugger] Fixed timestamp format (ms width)

Unfixed ms width ("%d") leads to vary digits from 1 to 6.
Now the width is statically 6 digits, filled with leading zeros ("%06d")

REVIEW: 128809

Details