Skip to content

Commit 9317497

Browse files
authored
fix MicrosoftDocs/memdocs#2745
1 parent 2d9dc2c commit 9317497

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

memdocs/configmgr/osd/deploy-use/debug-task-sequence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Debug a task sequence
33
titleSuffix: Configuration Manager
44
description: Use the task sequence debugging tool to troubleshoot a task sequence.
5-
ms.date: 04/08/2022
5+
ms.date: 05/04/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-osd
88
ms.topic: how-to
@@ -91,7 +91,7 @@ The **Task Sequence Variables** window shows the current values for all variable
9191
> [!Note]
9292
> Some task sequence variables are for internal use only, and not listed in the reference documentation.
9393
94-
The task sequence debugger continues to run after a [Restart Computer](../understand/task-sequence-steps.md#BKMK_RestartComputer) step, but you need to recreate any break points. Even though the task sequence may not require it, since the debugger requires user interaction, you need to sign in to Windows to continue. If you don't sign in after one hour to continue debugging, the task sequence fails.
94+
The task sequence debugger continues to run after a [Restart Computer](../understand/task-sequence-steps.md#BKMK_RestartComputer) step. The debugger keeps your break points after restart.<!-- 5012509 --> Even though the task sequence may not require it, since the debugger requires user interaction, you need to sign in to Windows to continue. If you don't sign in after one hour to continue debugging, the task sequence fails.
9595

9696
It also steps into a child task sequence with the [Run Task Sequence](../understand/task-sequence-steps.md#child-task-sequence) step. The debugger window shows the steps of the child task sequence along with the main task sequence.
9797

0 commit comments

Comments
 (0)