Skip to content

Commit 825f379

Browse files
authored
Merge pull request #4842 from MicrosoftDocs/gewarren-patch-14
Fixes #3417
2 parents f775fca + 9b62796 commit 825f379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/xml-tools/debugging-xslt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can execute code one line at a time by stepping into, stepping over, or step
1919
Once you start debugging, the XSLT debugger opens windows to show the input document and the XSLT output.
2020

2121
> [!NOTE]
22-
> The XSLT debugger is only available in the Enterprise edition of Visual Studio.
22+
> The XSLT debugger is only available in the Professional and Enterprise editions of Visual Studio.
2323
2424
## Debug from the XML editor
2525

@@ -88,4 +88,4 @@ The [XSLT profiler](../xml-tools/xslt-profiler.md) is a tool that lets developer
8888

8989
- [Walkthrough: Debug an XSLT style sheet](../xml-tools/walkthrough-debug-an-xslt-style-sheet.md)
9090
- [First look at the Visual Studio debugger](../debugger/debugger-feature-tour.md)
91-
- [Debugging basics: Breakpoints](../debugger/using-breakpoints.md)
91+
- [Debugging basics: Breakpoints](../debugger/using-breakpoints.md)

0 commit comments

Comments
 (0)