Skip to content

Commit 23cf618

Browse files
authored
Edit title of Python Debugger extension README
1 parent d7b9643 commit 23cf618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python Debugger extension for Visual Studio Code
1+
edit # Python Debugger extension for Visual Studio Code
22

33
A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) that supports Python debugging with debugpy. Python Debugger provides a seamless debugging experience by allowing you to set breakpoints, step through code, inspect variables, and perform other essential debugging tasks. The debugpy extension offers debugging support for various types of Python applications including scripts, web applications, remote processes, and multi-threaded processes.
44

0 commit comments

Comments
 (0)