Parking a team debug session

Parking a debug session allows you to suspend debugging an application temporarily. The debug session remains in its current state until someone retrieves it from the team repository to continue debugging it.

About this task

This feature enables you to:

A parked debug session does not belong to anybody. Any team member can retrieve a debug a parked debug session from the team repository.

To park a team debug session, right-click the debug target in the Debug view and select Park Debug Session from the context menu. This will disconnect the current debug session.

You can search for parked debug sessions from the Team Artifacts view and from the Team Debug view. For parked debug sessions, the Debugged By column in the Team Debug view will indicate Nobody as the user name. To learn more about searching for team debug sessions, see the related topic.

You can also retrieve and debug a parked debug session from a team repository. You will need to search for the parked debug session and then request to debug the debug session from the Team Debug view. To learn how to start debugging a team debug session, refer to the Team Debug view topic.


Feedback