-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathindex.yml
More file actions
116 lines (107 loc) · 4.54 KB
/
index.yml
File metadata and controls
116 lines (107 loc) · 4.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
### YamlMime:Landing
title: Debugger documentation - Visual Studio (Windows) # < 60 chars
summary: The Visual Studio debugger helps you observe the run-time behavior of your program and find problems. # < 160 chars
metadata:
title: Debugger documentation - Visual Studio (Windows) # Required; page title displayed in search results. Include the brand. < 60 chars.
titleSuffix: ""
description: Explore documentation to help you use Visual Studio to debug applications and code, observe application run-time behavior, and find and fix problems in the code.
ms.topic: landing-page
ms.subservice: debug-diagnostics
author: mikejo5000
ms.author: mikejo
manager: mijacobs
ms.date: 12/05/2025
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
landingContent:
# Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb
# Card (optional)
- title: Get started
linkLists:
- linkListType: tutorial
links:
- text: Learn to debug C#
url: ../get-started/csharp/tutorial-debugger.md?toc=%252fvisualstudio%252fdebugger%252ftoc.json
- text: Learn to debug C++
url: getting-started-with-the-debugger-cpp.md
- text: Learn to debug Visual Basic
url: ../get-started/visual-basic/tutorial-debugger.md?toc=%252fvisualstudio%252fdebugger%252ftoc.json
- text: Try AI-assisted debugging
url: debug-with-copilot.md
- text: Run Python code in the debugger >>
url: ../python/tutorial-working-with-python-in-visual-studio-step-04-debugging.md
- text: Debugging for absolute beginners
url: debugging-absolute-beginners.md
- title: Fundamentals
linkLists:
- linkListType: overview
links:
- text: First look at the debugger
url: debugger-feature-tour.md
- text: What is debugging?
url: what-is-debugging.md
- text: Debugger feature finder
url: find-your-debugging-task.yml
- linkListType: how-to-guide
links:
- text: Code stepping
url: navigating-through-code-with-the-debugger.md
- text: Set a breakpoint
url: using-breakpoints.md
- text: Edit code and continue debugging
url: edit-and-continue.md
- text: Call stack
url: how-to-use-the-call-stack-window.md
# Card
- title: Go deeper with the debugger
linkLists:
- linkListType: how-to-guide
links:
- text: Debugger tips and tricks
url: debugger-tips-and-tricks.md
- text: Write and debug running XAML code
url: ../xaml-tools/xaml-hot-reload.md
- text: Debug a live Azure app
url: debug-live-azure-applications.md
- text: Tell the debugger what to show
url: using-the-debuggerdisplay-attribute.md
- text: Debug performance issues >>
url: ../profiling/profiling-feature-tour.md
# Card
- title: Inspect data
linkLists:
- linkListType: how-to-guide
links:
- text: Inspect variables
url: autos-and-locals-windows.md
- text: Set a watch on variables
url: watch-and-quickwatch-windows.md
- title: Measure performance
linkLists:
- linkListType: tutorial
links:
- text: Get started analyzing CPU usage
url: ../profiling/beginners-guide-to-performance-profiling.md
- text: Get started measuring memory usage
url: ../profiling/memory-usage.md
- text: AI-assisted CPU usage auto insights with Copilot
url: ../profiling/cpu-insights.md#get-ai-assistance
- linkListType: overview
links:
- text: First look at profiling tools
url: ../profiling/profiling-feature-tour.md
- text: Which tool should I use?
url: ../profiling/choose-performance-tool.md
- text: Ways to run profiling tools
url: ../profiling/running-profiling-tools-with-or-without-the-debugger.md
- linkListType: concept
links:
- text: Understanding performance collection methods
url: ../profiling/understanding-performance-collection-methods-perf-profiler.md
# Card
- title: Collaborate
linkLists:
- linkListType: tutorial
links:
- text: Write and debug code with Live Share >>
url: /visualstudio/liveshare/use/vs