Patiencer / pyscripter

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

IDE hangs when debugging with remote engine and "call stack" window has focus #237

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select remote engine
2. paste the following code into a new script window

def f(a):
    print a
    print a+1

print f(1)

3. Place a breakpoint at line 'print a'
4. Push the debug button in the toolbar
5. select the "call stack" window at the bottom of Pyscripter IDE
6. press F8 to advance 1 step
7. press F8 again to advance 1 step

What is the expected output? What do you see instead?
Expected output is the call stack window update, Pyscripter freezes instead.
This issue doen not occur using internal engine.

What version of the product are you using? On what operating system?
Pyscripter 1.9.9.2, win xp pro sp2

Please provide any additional information below.
Screeshot attached

Original issue reported on code.google.com by dghela...@gmail.com on 11 Jul 2008 at 6:20

Attachments:

GoogleCodeExporter commented 9 years ago
This has already been fixed in SVN.

Original comment by pyscripter on 10 Aug 2008 at 11:09

GoogleCodeExporter commented 9 years ago
When are you going to release next version? I'm looking forward to get it.. :)

Original comment by dghela...@gmail.com on 13 Aug 2008 at 4:48

GoogleCodeExporter commented 9 years ago
A preview of the next version can be downloaded at
http://pyscripter.googlepages.com/PyScripterTest.zip.  Note that it still does 
not
support Python 3.0.

Regards

Kiriakos

Original comment by pyscripter on 7 Dec 2008 at 2:26