Show Timestamp while Debugging
Geetings, I am debugging my JavaScript files in VSCode with the ChromeDebugger extension. I recognized that I cant activate timestamps in the DebugConsole in VSCode. Is it possible to show timestamps like in Chrome DevTools? Or is this a ChromeDebugger extension Feature request?
No Timestamps:

Want Timestamps:

(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
If we would like to tackle this generally we would have to add it to the debug protocol, thus assigning to @weinand Assigning also to @roblourens to consider adding it to chrome debug specifically
How do you get timestamps in Chrome devtools? I don't see them
Open DevTools and then
Step1 go to Settings

Step2: Check the Checkbox

Thanks. I think it would be best as part of the debug protocol, so it can be styled/formatted/behind a setting in a nice consistent way, not something that the DA tacks onto the log message.
+1 would love to have this!
I've created https://github.com/microsoft/debug-adapter-protocol/issues/81. When implemented we should show the timestamp in VS Code.
@weinand Any update on this issue? Thanks.
Looking for this capability as well
That would be indeed VERY useful
Anything?
Would love to have this
+1
Any progress?
Any update?