Skip to content

Commit

Permalink
Added ability to launch command window, and kill python processes lau…
Browse files Browse the repository at this point in the history
…nched
  • Loading branch information
DonJayamanne committed Feb 14, 2016
1 parent 1ba3257 commit b558ee3
Show file tree
Hide file tree
Showing 10 changed files with 624 additions and 408 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ Works on both Windows and Mac.
### Version 0.2.5
* Added support for optionally breaking into python code as soon as debugger starts
* Added support for conditional break points
* Fixed debugging when current thread if busy processing.
* Added ability to display the shell window (command window in PC and Terminal window in Mac)
* - Useful in accepting input from applications being debugged.
* Fixed debugging when current thread is busy processing.
* Added ability to optionally display the shell window
* - Allowing an interactive shell window, which isn't supported in VSCode.
* Updated documentation with samples and instructions

### Version 0.2.4
* Fixed issue where debugger would break into all exceptions
Expand Down
Loading

0 comments on commit b558ee3

Please sign in to comment.