Skip to content

Commit b558ee3

Browse files
committed
Added ability to launch command window, and kill python processes launched
1 parent 1ba3257 commit b558ee3

File tree

10 files changed

+624
-408
lines changed

10 files changed

+624
-408
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@ Works on both Windows and Mac.
102102
### Version 0.2.5
103103
* Added support for optionally breaking into python code as soon as debugger starts
104104
* Added support for conditional break points
105-
* Fixed debugging when current thread if busy processing.
106-
* Added ability to display the shell window (command window in PC and Terminal window in Mac)
107-
* - Useful in accepting input from applications being debugged.
105+
* Fixed debugging when current thread is busy processing.
106+
* Added ability to optionally display the shell window
107+
* - Allowing an interactive shell window, which isn't supported in VSCode.
108+
* Updated documentation with samples and instructions
108109

109110
### Version 0.2.4
110111
* Fixed issue where debugger would break into all exceptions

0 commit comments

Comments
 (0)