Skip to content

Commit fa922cf

Browse files
Update README.md
Co-authored-by: Courtney Webster <[email protected]>
1 parent 8843204 commit fa922cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Debugpy extension for Visual Studio Code
22

3-
A Visual Studio Code extension that supports debugging of several types of Python applications.Debug your Python scripts, web apps, remote or multi-threaded processes
3+
A [Visual Studio Code(https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) that supports Python debugging with debugpy. debugpy provides a seamless debugging experience by allowing you to set breakpoints, step through code, inspect variables, and perform other essential debugging tasks. The debugy extension offers debugging support for various types of Python applications including scripts, web applications, remote processes, and multi-threaded processes.
4+
5+
Note:
6+
- The Python extension offers the debugpy extension as an optional installation, including it during the setup process.
7+
- This extension is supported for all [actively supported versions](https://devguide.python.org/#status-of-python-branches) of the Python language (i.e., Python >= 3.7).
48

59
## Usage
610

0 commit comments

Comments
 (0)