alcemirfernandes / pynguin

Automatically exported from code.google.com/p/pynguin
GNU General Public License v3.0
0 stars 0 forks source link

interrupting code executed from the test window #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Create a combination of functions and just plain statements in the test 
window (say, define a function in the test window, and then add another 
statement outside of the def block calling that function in a loop)
2.  Hit Test
3.  ^C does not work

What is the expected output? What do you see instead?
Stopping the penguin(s).  Instead, no output.

What version of the product are you using? On what operating system?
0.9, Ubuntu 10.4

Please provide any additional information below.

Original issue reported on code.google.com by aresnick...@gmail.com on 17 Jul 2010 at 8:17

GoogleCodeExporter commented 9 years ago
Here's what I just tried:

def cc():
    while 1:
        fd(1)
        lt(1)   
cc()

control-c works normally.

Do you have an example that fails?

Original comment by miss...@hotmail.com on 17 Jul 2010 at 9:02

GoogleCodeExporter commented 9 years ago
Any further input on this? I don't see a problem using the code that I tried...

Original comment by miss...@hotmail.com on 31 Jul 2010 at 4:56

GoogleCodeExporter commented 9 years ago

Original comment by miss...@hotmail.com on 1 Aug 2010 at 6:43