Add telemetry to measure debugger start up time. #7332
Labels
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
feature-request
Request for new features or functionality
Milestone
Add telemetry to measure the time it takes from hitting F5 or "Play button" to when the user code starts running. With
ptvsd
debugger the user code starts running as a part of handlingconfigurationDone
request. For measurement purposes we can use theconfigurationDone
response.The text was updated successfully, but these errors were encountered: