LionHeart123 / pyscripter

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

Switching to the 'Variables' window will hang PYScripter #659

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Start PyScripter and create a new file, copy and paste into the new file the 
following code:

def main():
  print 'Press ctrl + alt + f9 to stop debugging'
  while 1 > 0:
    pass

if __name__ == '__main__':
  main()

2. Import: Don't have the 'Variables' window visible before debugging, or the 
bug will not happen.
2. start debuging.
3. Now switch to the 'Variables' window. PYscripter wil hang...

I'm using PyScripter 2.5.3.0 x86 on Win 7 64bit Chinese language.

Original issue reported on code.google.com by edwin....@innovationgear.com on 2 Jun 2012 at 11:19

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 6 Jun 2012 at 11:36

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 14 Jun 2012 at 3:04