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.