From 23cf618913b20a827ca602ca71dfc0fff5e0793f Mon Sep 17 00:00:00 2001 From: Bill Schnurr Date: Wed, 7 Jan 2026 11:05:48 -0800 Subject: [PATCH] Edit title of Python Debugger extension README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 051cbe01..6f48b51e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Python Debugger extension for Visual Studio Code +edit # Python Debugger extension for Visual Studio Code 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.