Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

thaystg
Copy link

@thaystg thaystg commented Jan 7, 2019

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.

mono/mono#8460

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.
Fixes #8460
src/Debugger.cs Outdated Show resolved Hide resolved
@alexrp
Copy link
Contributor

alexrp commented Oct 10, 2019

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

Base automatically changed from master to main March 1, 2021 15:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants