Skip to content

Infinite output command freezing the GUI #64

Description

@mohamed-hilali

Trying to run a command like:
"Python.exe" with argument "c:\file.py" that contain the script :

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 !!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions