Skip to content

Commit 85f2dcd

Browse files
committed
updated readme
1 parent 79387ed commit 85f2dcd

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Works on both Windows and Mac.
1010
* View signature and similar by hovering over a function or method
1111
* Debugging with support for local variables, arguments, expressions, watch window, stack information, break points
1212
* Debugging Multiple threads (Web Applications - Flask, etc) and expanding values (on Windows and Mac)
13+
* Debugging remote processes (attaching to local and remote process)
14+
* Debugging with support for shebang
15+
* Debugging with custom environment variables
1316
* Unit testing (unittests and nosetests, with config files)
1417
* Sorting imports
1518
* Snippets
@@ -103,10 +106,13 @@ Works on both Windows and Mac.
103106

104107
## Change Log
105108

106-
### Version 0.2.8
109+
### Version 0.3.0
110+
* Remote debugging (attaching to local and remote processes)
111+
* Debugging with support for shebang
112+
* Support for passing environment variables to debug program
107113
* Improved error handling in the extension
108114

109-
### Version 0.2.8
115+
### Version 0.2.9
110116
* Added support for debugging django applications
111117
+ Debugging templates is not supported at this stage
112118

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "python",
33
"displayName": "Python",
4-
"description": "Linting, Debugging (multi-threaded), Intellisense, auto-completion, code formatting, snippets, and more.",
5-
"version": "0.2.8",
4+
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, auto-completion, code formatting, snippets, and more.",
5+
"version": "0.3.0",
66
"publisher": "donjayamanne",
77
"license": "SEE LICENSE IN LICENSE or README.MD",
88
"homepage": "https://github.com/DonJayamanne/pythonVSCode/blob/master/README.md",

0 commit comments

Comments
 (0)