Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Aug 24, 2015 · 3 comments
Closed

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

GoogleCodeExporter opened this issue Aug 24, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Verified

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Accepted

@pyscripter
Copy link
Owner

Fixed in version control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants