dwmkerr / dwmkerr/consolecontrol

Infinite output command freezing the GUI

Open
#64 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
786
Forks
166
Avg merge
3d 23h
Merged PRs (30d)
1

Description

Trying to run a command like:
"**Python.exe**" with argument "**c:\file.py**" that contain the script :
```python
i=0
while i>=0:
print(i)
i=i+1
```
this should give an infinite output in the richtextbox, but instead, all the Application freeze and i can't stop the process !!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.