superman268 / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Problem with prints in remote debugger #721

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have switch to the remote Interpreter but the debugger sometimes doesn't 
work. It does work in the internal but the internal is slow and can't be 
interrupted.

This happens in with a medium sized project.

What steps will reproduce the problem?
1. Run debug with internal Interpreter (works)
2. Run debug with remote Interpreter (hangs up after a few printed lines)
3. Remove prints
4. Remote interpreter gets to the breakpoint.

What is the expected output? What do you see instead?
The remote interpreter hangs up. The python process cpu % is close to zero. 
Waiting also doesn't help. U never get to the breakpoint.

What version of the product are you using? On what operating system?
Windows 7 64bit
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on 
win32
Pyscripter: 2.5.3.0 x86

Please provide any additional information below.

Original issue reported on code.google.com by dusan.sm...@gmail.com on 25 Jan 2013 at 8:50