mono / sdb

A command line client for the Mono soft debugger.
https://www.mono-project.com
MIT License
116 stars 44 forks source link

[Debugger] Record time it took between steps. #52

Open thaystg opened 5 years ago

thaystg commented 5 years ago

I implemented a new message to avoid breaking the protocol. I used the MonoStopwatch to count the time between the steps, it was already used in the debugger-agent.

https://github.com/mono/mono/issues/8460

alexrp commented 4 years ago

Wouldn't supporting timestamps in log output be more general and also cover this need?